diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -14,8 +14,7 @@ to Network Programming][4]. Install these build dependencies: -- meson -- ninja +- GNU make - gcc Install these runtime dependencies: @@ -25,12 +24,11 @@ Install these runtime dependencies: Just run these commands to build and run: ``` -meson setup build -ninja -C build +make all ./build/limox ``` -Run `rm -r build` to clean the build folder. You can get a help page by running +Run `make clean` to clean the build folder. You can get a help page by running `./build/limox -h`. |