From 8e3d82ede28fbf835a5fc4de2c1381b7a2aa4dd4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 29 May 2025 10:21:47 +0100 Subject: [PATCH] README: explicitly document compiler requirements Document C11 + GNU extensions as the requirement, omitting the exact list of extensions since it's quite a bit. The minimum compiler versions are somewhat arbitrary - we don't check for them, so your experience may vary. Patches to update the README, or to make kmod more widely buildable are welcome. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/359 Signed-off-by: Lucas De Marchi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6057d8a4..71fcc321 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Links Compilation and installation ============================ -In order to compile the source code you need the following software packages: -- GCC/CLANG compiler +In order to compile the source code you need: +- C11 compiler, supporting a range of GNU extensions - GCC 8+, Clang 6+ - GNU C library / musl / uClibc Optional dependencies, required with the default build configuration: -- 2.47.2