- Run CMake on the root directory and generate a project ("out" is ignored in source control)
- This will download SFML once
- Open project in IDE (if applicable) and build
- This will build SFML once (until project is cleaned): that throws a few warnings; please ignore
- Debug/Run the built executable(s) in
Build
- For IDEs like Visual Studio, set
MicroEngine
as the debug target / startup project, but always buildALL_BUILD
in order to auto-generate CMake when its cache is out-of-date.
- For IDEs like Visual Studio, set
For more details please refer to Build Setup