Files
zstd-rs/contrib/meson
Lzu Tao f727808731 Minor fix for meson build
Use files function instead of constructing path with meson.current_source_dir()
2018-12-01 23:18:59 +07:00
..
2018-12-01 23:18:59 +07:00
2018-11-28 01:08:34 +07:00
2018-12-01 23:18:59 +07:00
2018-11-28 01:08:34 +07:00
2018-11-28 01:08:34 +07:00
2018-11-28 01:08:34 +07:00
2018-12-01 23:18:59 +07:00
2018-12-01 23:18:59 +07:00

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 option.

How to build

cd to this meson directory (zstd/contrib/meson) and type:

meson --buildtype=release --strip --prefix=/usr builddir
cd builddir
ninja             # to build
ninja install     # to install

You might want to install it in staging directory:

DESTDIR=./staging ninja install

To configure the build, use:

meson configure

See man meson(1).