This commit is contained in:
Paul Reeves 2023-02-06 12:48:05 +01:00
parent 4d98ca8b13
commit 2c90637cfe
1 changed files with 7 additions and 2 deletions

View File

@ -8,10 +8,15 @@ Run the cmake gui and fill in the path information. Set the source to the root o
![cmake - pre-config](docs/cmake_before_config.png "cmake pre-config")
Click on Configure to generate the default config for the current platform.
Click on Configure to generate the default config for the current platform. When prompted choose the `Unix makefiles` generator for linux and `Visual Studio 2019`or later for windows
You should then see a screen like this:
![cmake - config](docs/cmake_config.png "cmake config")
The only change needed at this stage is to set `CMAKE_BUILD_TYPE to `Debug`
[image]()
If you want to start again be sure to click on `FILE|DELETE CACHE`