summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-14 15:24:39 +0100
committerDavid Sterba <dsterba@suse.com>2017-11-14 15:59:01 +0100
commitf79008960b9000a9b534b706519e895c1ebed96d (patch)
tree69780a0a08e71d28c0115d9aa6445894f55ef4f2 /INSTALL
parent658cc4daa6ed6e6463cba2f30731abd9a91a7b2d (diff)
btrfs-progs: build: require libzstd support by default
The kernel 4.14 supports zstd, for version parity the btrfs-progs now require libzstd by default. This can still be disabled by ./configure --disable-zstd. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e7f81849..686cefb9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,7 +7,7 @@ The Btrfs utility programs require the following libraries/tools to build:
- libblkid - block device id library
- liblzo2 - LZO data compression library
- zlib - ZLIB data compression library
-- libzstd - ZSTD data compression library version >= 1.0.0 (optional)
+- libzstd - ZSTD data compression library version >= 1.0.0
For the btrfs-convert utility: