diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2022-06-28 22:24:41 -0700 |
---|---|---|
committer | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2022-06-29 00:10:04 -0700 |
commit | edc7f3a2d3e1bed358c64ff0ba9276c2610eac02 (patch) | |
tree | d951ca5c088d3fd2d38d13fdfa4fdf3dcd9c5199 | |
parent | 202040cbc77cde5a64c247b4226f264e05299f28 (diff) | |
download | kmod-edc7f3a2d3e1bed358c64ff0ba9276c2610eac02.tar.gz kmod-edc7f3a2d3e1bed358c64ff0ba9276c2610eac02.tar.bz2 kmod-edc7f3a2d3e1bed358c64ff0ba9276c2610eac02.zip |
README: Update optional dependencies
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |