The required packages list should be easier to parse. Updated the style so it's more similar to the ``./configure`` style later in the document.
Signed-off-by: Jarad Olson <brotherdust+github@gmail.com>
::
- 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)
---------------------------------------------