summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-on-ubuntu1404.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/building-frr-on-ubuntu1404.rst')
-rw-r--r--doc/developer/building-frr-on-ubuntu1404.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1404.rst b/doc/developer/building-frr-on-ubuntu1404.rst
index c86f1124a7..c7b09539b0 100644
--- a/doc/developer/building-frr-on-ubuntu1404.rst
+++ b/doc/developer/building-frr-on-ubuntu1404.rst
@@ -13,9 +13,10 @@ 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 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 python3-sphinx install-info
Get FRR, compile it and install it (from Git)
---------------------------------------------