]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
README: explicitly document compiler requirements
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 09:21:47 +0000 (10:21 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 30 May 2025 14:04:02 +0000 (09:04 -0500)
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 <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/359
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
README.md

index 6057d8a460869325e13acec18c4cc10c024a2a55..71fcc3212373a65f771aa3ea3a63925005f3caa0 100644 (file)
--- 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: