summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-12-01 20:23:06 +0100
committerxengineering <me@xengineering.eu>2022-12-01 20:23:06 +0100
commite9f4d57376f862f38812895bc7112419e1601234 (patch)
treef520103b39f0daf6717bcff4dc7ec11c2ab6969a /README.md
parent533619c27d9cc3919bed540ea7f04bebddc71cbe (diff)
downloadlimox-e9f4d57376f862f38812895bc7112419e1601234.tar
limox-e9f4d57376f862f38812895bc7112419e1601234.tar.zst
limox-e9f4d57376f862f38812895bc7112419e1601234.zip
Update documentation for new build process
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
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`.