From: Lzu Tao Date: Mon, 26 Nov 2018 17:24:33 +0000 (+0700) Subject: Add meson build guide X-Git-Tag: v1.3.8~43^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abd5139a562a5dd84dc0a06b8c2a7ab6e3ce24f;p=thirdparty%2Fzstd.git Add meson build guide --- diff --git a/contrib/meson/README b/contrib/meson/README index 0b5331e6d..6641f64c9 100644 --- a/contrib/meson/README +++ b/contrib/meson/README @@ -1,3 +1,12 @@ This Meson project is provided with no guarantee and maintained by Dima Krasner . It outputs one libzstd, either shared or static, depending on default_library. + +How to build +============ + +`cd` to this meson directory (`zstd/contrib/meson`) and type: + + $ meson --buildtype=release --strip --prefix=/usr builddir + $ ninja # to build + $ ninja install # to install