aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMasanori Kakura <kakurasan@gmail.com>2020-10-05 21:24:24 +0900
committerJan <sentrycraft123@gmail.com>2020-10-05 17:12:38 +0200
commita65cd5add177b4a883b308dc3b9504e93abeeca7 (patch)
treea3a476409a303464166c756af233171614cbf9d2 /README.md
parentd07122673c9c66b41cf311ff4c9d1abed49fc669 (diff)
downloadpolecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.tar.gz
polecat-a65cd5add177b4a883b308dc3b9504e93abeeca7.zip
Use Meson build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 868dcb5..6a5c679 100644
--- a/README.md
+++ b/README.md
@@ -26,15 +26,15 @@ polecat depends on:
- pkg-config
- libcurl
-- curl-config (should be included with the libcurl development package)
- json-c
- libarchive
+- meson
## Build instructions
- ensure you have all [dependencies](#Dependencies) installed
-- run `make` for a debug build
-- run `make TARGET=release` for a release build
+- run `meson _build && ninja -C _build` for a debug build
+- run `meson _build -Drelease=true && ninja -C _build` for a release build
### [License](LICENSE)