]> git.ipfire.org Git - thirdparty/kmod.git/commit
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)
commit8e3d82ede28fbf835a5fc4de2c1381b7a2aa4dd4
treee2cbc799538330a404e2d396c59487d8f381fa16
parent9b19ae8ef8a8e948aaee3d5b008944c9eedf3cb7
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 <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