diff options
author | Hampus <hampus@hampusmat.com> | 2021-12-14 00:03:15 +0100 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2021-12-14 00:03:15 +0100 |
commit | 828c6563124baeff4d80aeefd15b6bbfd7ff86a2 (patch) | |
tree | 7f31639810ee2c667f6864a724d76323c75ed933 /README.md | |
parent | 88d8be06f3e5411db6faa59db12210b6079f7d21 (diff) |
build: use cmake
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -6,16 +6,19 @@ Building -------- It's simple. Just run - make + $ mkdir build + $ cd build + $ cmake .. + $ make Usage ----- Run - ./mazerator + $ ./bin/mazerator You can get information about options and such by running - ./mazerator --help + $ ./bin/mazerator --help |