]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
meson: Update build guide [skip ci] 1483/head
authorLzu Tao <taolzu@gmail.com>
Fri, 28 Dec 2018 04:17:11 +0000 (11:17 +0700)
committerLzu Tao <taolzu@gmail.com>
Fri, 28 Dec 2018 04:17:11 +0000 (11:17 +0700)
build/meson/README.md

index dae503fef572f9896be3f0165baf836ffd919276..d79ed49696f7374d50b0b7ac6b0998de0bec62f1 100644 (file)
@@ -7,7 +7,7 @@ modern software development tools and practices, such as unit tests,
 coverage reports, Valgrind, CCache and the like.
 
 This Meson build system is provided with no guarantee and maintained
-by Dima Krasner <dima@dimakrasner.com>.
+by Dima Krasner \<dima@dimakrasner.com\>.
 
 It outputs one `libzstd`, either shared or static, depending on
 `default_library` option.
@@ -17,7 +17,7 @@ It outputs one `libzstd`, either shared or static, depending on
 `cd` to this meson directory (`build/meson`)
 
 ```sh
-meson --buildtype=release -D with-contrib=true -D with-tests=true -D with-contrib=true builddir
+meson --buildtype=release -Dbuild_{programs,contrib}=true builddir
 cd builddir
 ninja             # to build
 ninja install     # to install