To build all projects from source with CMake run:
cmake -S . -B _buildto generate. See this for possible issues.cmake --build _buildto build.- Explore
_buildfolder for executables (e.g._build\load_texture\load_texture.exe).
The following dependencies must be installed manually:
- Git 2.44+
- CMake 3.25+.
- C++20 compatible compiler.
The following dependencies will be automatically installed during generation:
These dependencies installed locally and will not change any global packages/configurations.
You can find them in build folder (_build/_deps).
- Use
-G "MinGW Makefiles"withcmake -S . -B _buildto generate project for MinGW. - Make sure root is working directory. Some examples need to load files from
mediafolder.