]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - README
test-modprobe: share single function for kcmdline tests
[thirdparty/kmod.git] / README
diff --git a/README b/README
index 920cac3ba9a1f0569db252bafebb9bc8d758df79..59eb301864a2beef7e6fff717db35a5ae4ad2253 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,32 @@
 kmod - Linux kernel module handling
 
+Information
+===========
+
+Mailing list:
+       linux-modules@vger.kernel.org (no subscription needed)
+       https://lore.kernel.org/linux-modules/
+
+Signed packages:
+       http://www.kernel.org/pub/linux/utils/kernel/kmod/
+
+Git:
+       git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+       http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+       https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
+
+Gitweb:
+       http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
+       https://github.com/kmod-project/kmod
+
+Irc:
+       #kmod on irc.freenode.org
+
+License:
+       LGPLv2.1+ for libkmod, testsuite and helper libraries
+       GPLv2+ for tools/*
+
+
 OVERVIEW
 ========
 
@@ -34,36 +61,13 @@ To compile and install run:
 Hacking
 =======
 
-Run 'bootstrap' script before configure. If you want to accept the recommended
-flags, you just need to run 'bootstrap-configure'.
+Run 'autogen.sh' script before configure. If you want to accept the recommended
+flags, you just need to run 'autogen.sh c'. Note that the recommended
+flags require cython be installed to compile successfully.
 
 Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README
 and testsuite/README.
 
-Information
-===========
-
-Signed packages:
-       http://www.kernel.org/pub/linux/utils/kernel/kmod/
-
-Mailing list:
-       linux-modules@vger.kernel.org (no subscription needed)
-
-Git:
-       git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-       http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-       https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
-
-Gitweb:
-       http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
-
-Irc:
-       #kmod on irc.freenode.org
-
-License:
-       LGPLv2.1+ for libkmod, testsuite and helper libraries
-       GPLv2+ for tools/*
-
 Compatibility with module-init-tools
 ====================================