blob: d86f605442e9dbf4b2ec1a870100924caaaf948d [file] [log] [blame]
osdl.net!shemmingerff777322004-06-28 20:37:23 +00001Primary site is:
2 http://developer.osdl.org/dev/iproute2
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00003
osdl.net!shemmingerff777322004-06-28 20:37:23 +00004Original FTP site is:
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00005 ftp://ftp.inr.ac.ru/ip-routing/
6
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +00007How to compile this.
8--------------------
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000091. 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
osdl.net!shemmingerff777322004-06-28 20:37:23 +000014DBM_INCLUDE points to the directory with db_185.h which
15is the include file used by arpd to get to the old format Berkely
16database routines. Often this is in the db-devel package.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000017
182. make
19
osdl.net!shemmingerff777322004-06-28 20:37:23 +000020The makefile will automatically build a file Config which
21contains whether or not ATM is available, etc.
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000022
233. To make documentation, cd to doc/ directory , then
24 look at start of Makefile and set correct values for
25 PAGESIZE=a4 , ie: a4 , letter ... (string)
26 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
27 and make there. It assumes, that latex, dvips and psnup
28 are in your path.
29
osdl.net!shemmingerff777322004-06-28 20:37:23 +000030Stephen Hemminger
31shemminger@osdl.org
32
osdl.org!shemmingeraba5acd2004-04-15 20:56:59 +000033Alexey Kuznetsov
34kuznet@ms2.inr.ac.ru