mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
Change style of required packages list
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>
This commit is contained in:
parent
6d30cb199c
commit
07b17fdbf7
@ -8,9 +8,25 @@ Add packages:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
apt-get install git autoconf automake libtool make gawk libreadline-dev \
|
apt-get install \
|
||||||
texinfo pkg-config libpam0g-dev libjson-c-dev bison flex \
|
git \
|
||||||
python-pytest libc-ares-dev python3-dev libsystemd-dev python-ipaddr \
|
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
|
python3-sphinx
|
||||||
|
|
||||||
Get FRR, compile it and install it (from Git)
|
Get FRR, compile it and install it (from Git)
|
||||||
|
Loading…
Reference in New Issue
Block a user