]> git.proxmox.com Git - mirror_iproute2.git/blame - README
iproute2: tc add mqprio qdisc support
[mirror_iproute2.git] / README
CommitLineData
ff777326
SH
1Primary site is:
2 http://developer.osdl.org/dev/iproute2
aba5acdf 3
ff777326 4Original FTP site is:
aba5acdf
SH
5 ftp://ftp.inr.ac.ru/ip-routing/
6
aba5acdf
SH
7How to compile this.
8--------------------
aba5acdf
SH
91. Look at start of Makefile and set correct values for:
10
11KERNEL_INCLUDE should point to correct linux kernel include directory.
12Default (/usr/src/linux/include) is right as rule.
13
a377edc0 14arpd needs to have the db4 development libraries. For debian
15users this is the package with a name like libdb4.x-dev.
ff777326
SH
16DBM_INCLUDE points to the directory with db_185.h which
17is the include file used by arpd to get to the old format Berkely
18database routines. Often this is in the db-devel package.
aba5acdf
SH
19
202. make
21
ff777326
SH
22The makefile will automatically build a file Config which
23contains whether or not ATM is available, etc.
aba5acdf
SH
24
253. To make documentation, cd to doc/ directory , then
26 look at start of Makefile and set correct values for
27 PAGESIZE=a4 , ie: a4 , letter ... (string)
28 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
29 and make there. It assumes, that latex, dvips and psnup
30 are in your path.
31
ff777326
SH
32Stephen Hemminger
33shemminger@osdl.org
34
aba5acdf
SH
35Alexey Kuznetsov
36kuznet@ms2.inr.ac.ru