From: Emil Velikov Date: Thu, 29 May 2025 09:21:47 +0000 (+0100) Subject: README: explicitly document compiler requirements X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e3d82ede28fbf835a5fc4de2c1381b7a2aa4dd4;p=thirdparty%2Fkmod.git 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 --- 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: