From 29e6dc6a2ecfddb8ef5a2365dff2cc168304894f Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 6 Feb 2023 12:39:22 +0100 Subject: [PATCH] WIP --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Readme.md b/Readme.md index a6fc238..05c984a 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,21 @@ # MyFirstUDRKit + +### Setting up cmake + +Run the cmake gui and fill in the path information. Set the source to the root of the location where you have cloned the repo. CMake looks for the file `CMakeLists.txt`. Binaries will be built under `build/x86_64-windows` and `build/x86_64-linux` for linux. + +![cmake - pre-config](docs/cmake_before_config.png "cmake pre-config") + +Click on Configure to generate the default config for the current platform. + + +[image]() + +If you want to start again be sure to click on `FILE|DELETE CACHE` + + ### Building the kit ```