]> git.proxmox.com Git - mirror_iproute2.git/blame - README
ss: Replace printf() calls for "main" output by calls to helper
[mirror_iproute2.git] / README
CommitLineData
7b032a1f 1This is a set of utilities for Linux networking.
aba5acdf 2
7b032a1f
SH
3Information:
4 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
5
6Download:
003f76f0 7 http://www.kernel.org/pub/linux/utils/net/iproute2/
7b032a1f
SH
8
9Repository:
10 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
aba5acdf 11
aba5acdf
SH
12How to compile this.
13--------------------
7b032a1f 141. libdbm
aba5acdf 15
6c513a00 16arpd needs to have the db4 development libraries. For Debian
a377edc0 17users this is the package with a name like libdb4.x-dev.
ff777326 18DBM_INCLUDE points to the directory with db_185.h which
6c513a00 19is the include file used by arpd to get to the old format Berkeley
ff777326 20database routines. Often this is in the db-devel package.
aba5acdf
SH
21
222. make
23
5f1df307
SH
24The makefile will automatically build a config.mk file which
25contains definitions of libraries that may or may not be available
26on the system such as: ATM, ELF, MNL, and SELINUX.
aba5acdf
SH
27
283. To make documentation, cd to doc/ directory , then
29 look at start of Makefile and set correct values for
30 PAGESIZE=a4 , ie: a4 , letter ... (string)
31 PAGESPERPAGE=2 , ie: 1 , 2 ... (numeric)
32 and make there. It assumes, that latex, dvips and psnup
33 are in your path.
34
7b032a1f
SH
354. This package includes matching sanitized kernel headers because
36 the build environment may not have up to date versions. See Makefile
37 if you have special requirements and need to point at different
38 kernel include files.
39
ff777326 40Stephen Hemminger
003f76f0 41stephen@networkplumber.org
ff777326 42
aba5acdf
SH
43Alexey Kuznetsov
44kuznet@ms2.inr.ac.ru