From 2c90637cfeb43d3c142c5d853c611abb4a0146ac Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 6 Feb 2023 12:48:05 +0100 Subject: [PATCH] WIP --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 05c984a..e343b8a 100644 --- a/Readme.md +++ b/Readme.md @@ -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`