]> git.ipfire.org Git - thirdparty/kmod.git/blame - README
build-sys: require xsltproc when manpages are enabled
[thirdparty/kmod.git] / README
CommitLineData
cb48c9b2 1kmod - Linux kernel module handling
91b44c77
GSB
2
3OVERVIEW
4========
5
cb48c9b2
LDM
6kmod is a set of tools to handle common tasks with Linux kernel modules like
7insert, remove, list, check properties, resolve dependencies and aliases.
91b44c77 8
cb48c9b2
LDM
9These tools are designed on top of libkmod, a library that is shipped with
10kmod. See libkmod/README for more details on this library and how to use it.
11The aim is to be compatible with tools, configurations and indexes from
12module-init-tools project.
dd420605
LDM
13
14Compilation and installation
15============================
16
17In order to compiler the source code you need following software packages:
18 - GCC compiler
19 - GNU C library
20
21Optional dependencies:
22 - ZLIB library
23 - LZMA library
24
25Typical configuration:
26 ./configure CFLAGS="-g -O2" --prefix=/usr \
27 --sysconfdir=/etc --libdir=/usr/lib
28
29Configure automatically searches for all required components and packages.
30
31To compile and install run:
32 make && make install
33
3bf8d4b0
LDM
34Hacking
35=======
36
37Run 'bootstrap' script before configure. If you want to accept the recommended
38flags, you just need to run 'bootstrap-configure'.
39
314719c5
LDM
40Make sure to read the CODING-STYLE file and the other READMEs: libkmod/README
41and testsuite/README.
3bf8d4b0 42
dd420605
LDM
43Information
44===========
45
1b3cd9d0 46Signed packages:
bb05bc8a 47 http://www.kernel.org/pub/linux/utils/kernel/kmod/
1b3cd9d0 48
dd420605 49Mailing list:
f38e68a2 50 linux-modules@vger.kernel.org (no subscription needed)
dd420605 51
bb05bc8a
LDM
52Git:
53 git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
54 http://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
55 https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
56
57Gitweb:
58 http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
59
60Irc:
61 #kmod on irc.freenode.org