From 91e1935397ec491e4e4d9082fd15159da93ce0c6 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sat, 17 Mar 2018 00:55:04 +0100 Subject: [PATCH] Mention the new optional zstd dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40cbee9a..d84f594b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Both parts require the following tools and libraries: - cmake 2.8.9 or higher - a C\+\+11 enabled compiler like g\+\+ or clang\+\+ - zlib +- optionally: zstd for faster (de)compression - libdl - pthread - libc