From 226cdffd698fa8e42551934968e9c8597c23b396 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 28 Dec 2018 11:17:11 +0700 Subject: [PATCH] meson: Update build guide [skip ci] --- build/meson/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/meson/README.md b/build/meson/README.md index dae503fef..d79ed4969 100644 --- a/build/meson/README.md +++ b/build/meson/README.md @@ -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 . +by Dima Krasner \. 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 -- 2.47.2