cross-platform build system generator
Support | Linux |
Windows |
---|---|---|
MSBuild | ||
CMake | ||
Make | ||
QMake | ||
Ninja | ||
Premake | ||
Meson |
Run build-win-x64.exe
in solution directory.
Run build-win-x86.exe
in solution directory.
Run build-linux
in solution directory.
To change build system add -G
argument with one of the options:
Option | Build System | Default on |
---|---|---|
V | Visual Studio 17 | Windows |
C | CMake | |
M | Make | |
W | VS Code | Linux |
Example: ./build-linux -G C
To change solution directory add -S
argument with solution direcory
Example: ./build-linux -S ./directory/to/solution
- Clone repository:
git clone --recursive https://github.com/martis99/build.git
- Refer to build usage