summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-on-ubuntu1604.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/building-frr-on-ubuntu1604.rst')
-rw-r--r--doc/developer/building-frr-on-ubuntu1604.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1604.rst b/doc/developer/building-frr-on-ubuntu1604.rst
index 1b371893e2..db6f75ce35 100644
--- a/doc/developer/building-frr-on-ubuntu1604.rst
+++ b/doc/developer/building-frr-on-ubuntu1604.rst
@@ -13,10 +13,11 @@ Add packages:
::
- apt-get install git autoconf automake libtool make gawk libreadline-dev \
- texinfo dejagnu pkg-config libpam0g-dev libjson-c-dev bison flex \
- python-pytest libc-ares-dev python3-dev libsystemd-dev python-ipaddr \
- python3-sphinx
+ apt-get install \
+ git autoconf automake libtool make gawk libreadline-dev texinfo dejagnu \
+ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
+ libc-ares-dev python3-dev libsystemd-dev python-ipaddr python3-sphinx \
+ install-info
Get FRR, compile it and install it (from Git)
---------------------------------------------