osdl.net!shemminger | ff77732 | 2004-06-28 20:37:23 +0000 | [diff] [blame] | 1 | Primary site is: |
| 2 | http://developer.osdl.org/dev/iproute2 |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 3 | |
osdl.net!shemminger | ff77732 | 2004-06-28 20:37:23 +0000 | [diff] [blame] | 4 | Original FTP site is: |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 5 | ftp://ftp.inr.ac.ru/ip-routing/ |
| 6 | |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 7 | How to compile this. |
| 8 | -------------------- |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 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 | |
jamal | a377edc | 2006-12-07 11:08:19 -0500 | [diff] [blame] | 14 | arpd needs to have the db4 development libraries. For debian |
| 15 | users this is the package with a name like libdb4.x-dev. |
osdl.net!shemminger | ff77732 | 2004-06-28 20:37:23 +0000 | [diff] [blame] | 16 | DBM_INCLUDE points to the directory with db_185.h which |
| 17 | is the include file used by arpd to get to the old format Berkely |
| 18 | database routines. Often this is in the db-devel package. |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 19 | |
| 20 | 2. make |
| 21 | |
osdl.net!shemminger | ff77732 | 2004-06-28 20:37:23 +0000 | [diff] [blame] | 22 | The makefile will automatically build a file Config which |
| 23 | contains whether or not ATM is available, etc. |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 24 | |
| 25 | 3. 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 | |
osdl.net!shemminger | ff77732 | 2004-06-28 20:37:23 +0000 | [diff] [blame] | 32 | Stephen Hemminger |
| 33 | shemminger@osdl.org |
| 34 | |
osdl.org!shemminger | aba5acd | 2004-04-15 20:56:59 +0000 | [diff] [blame] | 35 | Alexey Kuznetsov |
| 36 | kuznet@ms2.inr.ac.ru |