aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsghctoma <sghctoma@gmail.com>2018-09-28 14:40:15 +0200
committersghctoma <sghctoma@gmail.com>2018-09-28 14:40:15 +0200
commit1d017c1cc153623e34987920eca90011ae2d9288 (patch)
tree62a57f70a7dd01b6999e5c3e8fbe1717120b7acf /README.md
parentaacf0c427f7c2ade34c0ba28984c3a61efb6afc7 (diff)
Set minimum Meson version to 0.48.0
This commit sets the required Meson version to >=0.48.0, and removes the comment about building on FreeBSD requires an extra flag.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 11a3b381..22ad7328 100644
--- a/README.md
+++ b/README.md
@@ -74,9 +74,6 @@ Run these commands:
meson build
ninja -C build
-If you use Meson older than 0.48.0 on FreeBSD, you need to pass an extra flag
-to prevent a linking error: `meson build -D b_lundef=false`.
-
Install like so:
sudo ninja -C build install