This commit was manufactured by cvs2svn to create branch
[iproute2.git] / README
1 Primary site is:
2         http://developer.osdl.org/dev/iproute2
3
4 Original FTP site is:
5         ftp://ftp.inr.ac.ru/ip-routing/
6
7 How to compile this.
8 --------------------
9 1. Look at start of Makefile and set correct values for:
10
11 KERNEL_INCLUDE should point to correct linux kernel include directory.
12 Default (/usr/src/linux/include) is right as rule.
13
14 DBM_INCLUDE points to the directory with db_185.h which
15 is the include file used by arpd to get to the old format Berkely
16 database routines.  Often this is in the db-devel package.
17
18 2. make
19
20 The makefile will automatically build a file Config which
21 contains whether or not ATM is available, etc.
22
23 3. 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
30 Stephen Hemminger
31 shemminger@osdl.org
32
33 Alexey Kuznetsov
34 kuznet@ms2.inr.ac.ru