summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/developer/building-frr-on-ubuntu1804.rst24
1 files changed, 20 insertions, 4 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1804.rst b/doc/developer/building-frr-on-ubuntu1804.rst
index cc1087966a..1d8d6cb42f 100644
--- a/doc/developer/building-frr-on-ubuntu1804.rst
+++ b/doc/developer/building-frr-on-ubuntu1804.rst
@@ -8,10 +8,26 @@ Add packages:
::
- apt-get install git autoconf automake libtool make gawk libreadline-dev \
- texinfo 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 \
+ pkg-config \
+ libpam0g-dev \
+ libjson-c-dev \
+ bison \
+ flex \
+ python-pytest \
+ libc-ares-dev \
+ python3-dev \
+ libsystemd-dev \
+ python-ipaddr \
+ python3-sphinx
Get FRR, compile it and install it (from Git)
---------------------------------------------