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 ```