1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

Add meson build guide

This commit is contained in:
Lzu Tao
2018-11-27 00:24:33 +07:00
parent 64569a184e
commit 2abd5139a5

View File

@ -1,3 +1,12 @@
This Meson project is provided with no guarantee and maintained by Dima Krasner <dima@dimakrasner.com>.
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