diff options
author | Aki <please@ignore.pl> | 2023-01-07 13:46:47 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2023-01-07 13:46:47 +0100 |
commit | c8a73be44c2e8b96063ac62067d50d88fa9ea9a3 (patch) | |
tree | 478f69ece3611e5e957be069064ac40d7e19a33d | |
parent | 56f70b43fd5d47f1fbd64ba0eec1490f12dfd339 (diff) | |
download | kurator-c8a73be44c2e8b96063ac62067d50d88fa9ea9a3.zip kurator-c8a73be44c2e8b96063ac62067d50d88fa9ea9a3.tar.gz kurator-c8a73be44c2e8b96063ac62067d50d88fa9ea9a3.tar.bz2 |
Added section about running the game to README
-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 |