Merge pull request #1798 from donaldsharp/centos_systemd

doc: Update centos7 build to include systemd
This commit is contained in:
Russ White 2018-02-27 08:33:29 -05:00 committed by GitHub
commit aa1a7fc18a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Add packages:
sudo yum install git autoconf automake libtool make gawk \
readline-devel texinfo net-snmp-devel groff pkgconfig \
json-c-devel pam-devel bison flex pytest c-ares-devel \
perl-XML-LibXML python-devel
perl-XML-LibXML python-devel systemd-devel
Get FRR, compile it and install it (from Git)
---------------------------------------------
@ -59,6 +59,7 @@ an example.)
--enable-group=frr \
--enable-vty-group=frrvt \
--enable-rtadv \
--enable-systemd=yes \
--disable-exampledir \
--enable-watchfrr \
--disable-ldpd \