diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-10-21 03:22:24 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-10-21 03:56:26 +0200 |
commit | de481ae61fc0ed7b2f7ec82e0837892160dda223 (patch) | |
tree | d34b9dd235de040df0fdfb1f40ce368190b2b0e2 /redhat | |
parent | redhat: Fix rpm scripts to correctly restart daemons on upgrade (diff) | |
download | frr-de481ae61fc0ed7b2f7ec82e0837892160dda223.tar.xz frr-de481ae61fc0ed7b2f7ec82e0837892160dda223.zip |
redhat: Fix doc by removing outdated package information and point to main doc/ directory for it
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/README.rpm_build.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/redhat/README.rpm_build.md b/redhat/README.rpm_build.md index c05331256..2de64b8f4 100644 --- a/redhat/README.rpm_build.md +++ b/redhat/README.rpm_build.md @@ -9,11 +9,10 @@ Building your own FRRouting RPM Newer automake/autoconf/bison is only needed to build the rpm and is **not** needed to install the binary rpm package -2. Install the following packages to build the RPMs: +2. Install the build packages as documented in doc/Building_on_xxxxx.md + and the following additional packages: - yum install git autoconf automake libtool make gawk readline-devel \ - texinfo net-snmp-devel groff pkgconfig rpm-build json-c-devel \ - pam-devel texi2html bison libcap-devel flex + yum install rpm-build net-snmp-devel pam-devel Additionally, on systems with systemd (CentOS 7, Fedora) @@ -21,10 +20,6 @@ Building your own FRRouting RPM (use `dnf install` on new Fedora instead of `yum install`) - **CentOS 6:** Please check doc/Building_FRR_on_CentOS6.md for details on - how to install required version of autoconf, automake and bison. The - versions in the common Repo are too old. - 3. Checkout FRR under a **unpriviledged** user account git clone https://github.com/frrouting/frr.git frr |