blob: 98e1ef9f10073bff6511b0c68a9d5c7ef954b7a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  | 
Building:
---------
Useful 'configure' options:
  --with-kernel-headers=DIR    path of Linux kernel headers,
                               default /usr/src/kernel-headers.
  --host=TYPE                  host platform for cross-compilation.
Building:
$ autoreconf --install
$ ./configure [--with-kernel-headers=DIR] [--host=TYPE]
$ make
Installing:
-----------
$ sudo make install
Uninstalling:
-------------
$ sudo make uninstall
  |