From: Lou Berger Date: Mon, 3 Apr 2017 21:30:31 +0000 (-0400) Subject: doc: fix some omissions in centos instructions X-Git-Tag: frr-3.1-dev~12^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=45a39399d7b6a5fc6bed721e58871d2a30cfe91a;p=matthieu%2Ffrr.git doc: fix some omissions in centos instructions Signed-off-by: Lou Berger --- diff --git a/doc/Building_FRR_on_CentOS6.md b/doc/Building_FRR_on_CentOS6.md index 3829962d4a..b18e53470b 100644 --- a/doc/Building_FRR_on_CentOS6.md +++ b/doc/Building_FRR_on_CentOS6.md @@ -18,7 +18,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 \ - flex c-ares-devel epel-release + flex c-ares-devel epel-release rpm-build libcap-devel texi2html Install newer version of bison (CentOS 6 package source is too old) from CentOS 7 diff --git a/doc/Building_FRR_on_CentOS7.md b/doc/Building_FRR_on_CentOS7.md index 41c88b5593..e24c73a175 100644 --- a/doc/Building_FRR_on_CentOS7.md +++ b/doc/Building_FRR_on_CentOS7.md @@ -15,7 +15,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 python-devel + bison flex pytest c-ares-devel python-devel rpm-build To build from git (in difference to building from distribution tar.gz as created by `make dist`), the python development libraries are needed. (Make sure you've installed EPEL libraries as shown above for this to work)