Update install.md
fixed missing command to build ospf msdr and added possible dependencies
This commit is contained in:
parent
ee6b420c9e
commit
f9304b0875
1 changed files with 4 additions and 0 deletions
|
@ -89,9 +89,13 @@ sudo dpkg -i quagga-mr_0.99.21mr2.2_amd64.deb
|
||||||
Requires building from source, from the latest nightly snapshot.
|
Requires building from source, from the latest nightly snapshot.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# packages needed beyond what's normally required to build core on ubuntu
|
||||||
|
sudo apt install libtool libreadline-dev
|
||||||
|
|
||||||
wget https://downloads.pf.itd.nrl.navy.mil/ospf-manet/nightly_snapshots/quagga-svnsnap.tgz
|
wget https://downloads.pf.itd.nrl.navy.mil/ospf-manet/nightly_snapshots/quagga-svnsnap.tgz
|
||||||
tar xzf quagga-svnsnap.tgz
|
tar xzf quagga-svnsnap.tgz
|
||||||
cd quagga
|
cd quagga
|
||||||
|
./bootstrap.sh
|
||||||
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \
|
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \
|
||||||
--sysconfdir=/usr/local/etc/quagga --enable-vtysh \
|
--sysconfdir=/usr/local/etc/quagga --enable-vtysh \
|
||||||
--localstatedir=/var/run/quagga
|
--localstatedir=/var/run/quagga
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue