forked from MichaelQQ/Quagga-PE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (15 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Quagga is free software that manages various IPv4 and IPv6 routing
protocols.
Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng as well as very early support for IS-IS.
See the file INSTALL.quagga.txt for building and installation instructions.
See the file REPORTING-BUGS to report bugs.
Quagga is free software. See the file COPYING for copying conditions.
------------------------------------------------------------------------
INSTALL
sudo apt-get install libreadline-dev texlive-latex-base texlive-generic-recommended libcap-dev texinfo imagemagick ghostscript groff autotools-dev hardening-wrapper libpcre3-dev gawk chrpath libsnmp30 libsnmp-dev libtool libpam0g-dev libnl-genl-3-dev
./update-autotools
./bootstrap.sh
./configure --localstatedir=/var/run/quagga --enable-user= --enable-group= --enable-isisd --disable-bgpd --enable-trilld
make
sudo make install