From e9f4d57376f862f38812895bc7112419e1601234 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 1 Dec 2022 20:23:06 +0100 Subject: Update documentation for new build process --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca58bbd..b9c8524 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit v1.2.3-70-g09d2