A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Lz4 32-bit | HOME | ZStd 32-bit » |
Name: ZStd 64-bit
Summary: Real-time compression library
License: BSD-3-Clause AND GPL-2.0-only
Version: 1.5.7
URL: https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz
Average Build Time: 0.4 SBU
Used Install Space: 86 MiB
There is no standard configuration scripting for ZStd.
To compile ZStd 64-bit, run the following command:
make prefix=/usr libdir=/usr/lib64
Now, run the test suite:
make check
Finally, to install ZStd 64-bit into the build tree, run the following command:
make prefix=/usr libdir=/usr/lib64 install
rm -v /usr/lib64/libzstd.a
NOTE: Do not delete the unpacked sources
| Contents | |
|---|---|
| Installed Programs | zstd, zstdcat (link to zstd), zstdgrep, zstdless, zstdmt (link to zstd), and unzstd (link to zstd) |
| Installed Libraries | libzstd.so |
| Navigation | ||
|---|---|---|
| « Lz4 32-bit | HOME | ZStd 32-bit » |