Blame README

Packit d3f73b
This is a set of utilities for Linux networking.
Packit d3f73b
Packit d3f73b
Information:
Packit d3f73b
    https://wiki.linuxfoundation.org/networking/iproute2
Packit d3f73b
Packit d3f73b
Download:
Packit d3f73b
    http://www.kernel.org/pub/linux/utils/net/iproute2/
Packit d3f73b
Packit d3f73b
Stable version repository:
Packit d3f73b
    git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
Packit d3f73b
Packit d3f73b
Development repository:
Packit d3f73b
    git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
Packit d3f73b
Packit d3f73b
How to compile this.
Packit d3f73b
--------------------
Packit d3f73b
1. libdbm
Packit d3f73b
Packit d3f73b
arpd needs to have the berkeleydb development libraries. For Debian
Packit d3f73b
users this is the package with a name like libdbX.X-dev.
Packit d3f73b
DBM_INCLUDE points to the directory with db_185.h which
Packit d3f73b
is the include file used by arpd to get to the old format Berkeley
Packit d3f73b
database routines.  Often this is in the db-devel package.
Packit d3f73b
Packit d3f73b
2. make
Packit d3f73b
Packit d3f73b
The makefile will automatically build a config.mk file which
Packit d3f73b
contains definitions of libraries that may or may not be available
Packit d3f73b
on the system such as: ATM, ELF, MNL, and SELINUX.
Packit d3f73b
Packit d3f73b
3. To make documentation, cd to doc/ directory , then
Packit d3f73b
   look at start of Makefile and set correct values for
Packit d3f73b
   PAGESIZE=a4		, ie: a4 , letter ...	(string)
Packit d3f73b
   PAGESPERPAGE=2	, ie: 1 , 2 ...		(numeric)
Packit d3f73b
   and make there. It assumes, that latex, dvips and psnup
Packit d3f73b
   are in your path.
Packit d3f73b
Packit d3f73b
4. This package includes matching sanitized kernel headers because
Packit d3f73b
   the build environment may not have up to date versions. See Makefile
Packit d3f73b
   if you have special requirements and need to point at different
Packit d3f73b
   kernel include files.
Packit d3f73b
Packit d3f73b
Stephen Hemminger
Packit d3f73b
stephen@networkplumber.org
Packit d3f73b
Packit d3f73b
Alexey Kuznetsov
Packit d3f73b
kuznet@ms2.inr.ac.ru