From 5c3ea2f45d8481791c3e93b76cc0501d4cf9ac20 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 4 Nov 2024 18:45:52 +0000 Subject: [PATCH] README.md: adjust the optional dependency note With last commit we've default-enabled a few options. So the optional dependencies become required now. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/225 Signed-off-by: Lucas De Marchi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e42a5ed6..668c59ed 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ In order to compile the source code you need the following software packages: - GCC/CLANG compiler - GNU C library / musl / uClibc -Optional dependencies: +Optional dependencies, required with the default build configuration: - ZLIB library - LZMA library - ZSTD library -- 2.47.2