WIP
This commit is contained in:
parent
81d438d90b
commit
29e6dc6a2e
15
Readme.md
15
Readme.md
@ -1,6 +1,21 @@
|
|||||||
# MyFirstUDRKit
|
# 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
|
### Building the kit
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user