diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -18,6 +18,15 @@ After making sure all dependencies are available, run CMake to generate and buil Or use any preferred equivalent method. +# Running +To run the game, once it's built start it from the build directory root: + + $ cd build/ + $ kurator/kurator + +This is to ensure dependencies on resources paths. + + [1] https://github.com/raysan5/raylib [2] https://github.com/nlohmann/json [3] https://aur.archlinux.org/packages/entt |