From edc7f3a2d3e1bed358c64ff0ba9276c2610eac02 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 28 Jun 2022 22:24:41 -0700 Subject: [PATCH] README: Update optional dependencies Signed-off-by: Lucas De Marchi --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 \