Skip to content

Commit

Permalink
Merge pull request #1798 from donaldsharp/centos_systemd
Browse files Browse the repository at this point in the history
doc: Update centos7 build to include systemd
  • Loading branch information
riw777 authored Feb 27, 2018
2 parents 8bc92a3 + e062e87 commit aa1a7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Building_FRR_on_CentOS7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------------------------------
Expand Down Expand Up @@ -59,6 +59,7 @@ an example.)
--enable-group=frr \
--enable-vty-group=frrvt \
--enable-rtadv \
--enable-systemd=yes \
--disable-exampledir \
--enable-watchfrr \
--disable-ldpd \
Expand Down

0 comments on commit aa1a7fc

Please sign in to comment.