summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2022-06-28 22:24:41 -0700
committerLucas De Marchi <lucas.de.marchi@gmail.com>2022-06-29 00:10:04 -0700
commitedc7f3a2d3e1bed358c64ff0ba9276c2610eac02 (patch)
treed951ca5c088d3fd2d38d13fdfa4fdf3dcd9c5199
parent202040cbc77cde5a64c247b4226f264e05299f28 (diff)
downloadkmod-edc7f3a2d3e1bed358c64ff0ba9276c2610eac02.tar.gz
README: Update optional dependencies
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a83b4ac..590c8a8 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,8 @@ In order to compiler the source code you need following software packages:
Optional dependencies:
- ZLIB library
- LZMA library
+ - ZSTD library
+ - OPENSSL library (signature handling in modinfo)
Typical configuration:
./configure CFLAGS="-g -O2" --prefix=/usr \