mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:48:07 +00:00
doc: remove LibXML from the list of dependencies
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
8a7599cd27
commit
9580f50deb
@ -44,8 +44,7 @@ Add packages:
|
|||||||
|
|
||||||
sudo yum install git autoconf automake libtool make gawk \
|
sudo yum install git autoconf automake libtool make gawk \
|
||||||
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
||||||
json-c-devel pam-devel flex epel-release perl-XML-LibXML \
|
json-c-devel pam-devel flex epel-release c-ares-devel
|
||||||
c-ares-devel
|
|
||||||
|
|
||||||
Install newer version of bison (CentOS 6 package source is too old) from CentOS
|
Install newer version of bison (CentOS 6 package source is too old) from CentOS
|
||||||
7:
|
7:
|
||||||
|
@ -22,7 +22,7 @@ Add packages:
|
|||||||
sudo yum install git autoconf automake libtool make gawk \
|
sudo yum install git autoconf automake libtool make gawk \
|
||||||
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
||||||
json-c-devel pam-devel bison flex pytest c-ares-devel \
|
json-c-devel pam-devel bison flex pytest c-ares-devel \
|
||||||
perl-XML-LibXML python-devel systemd-devel python-sphinx
|
python-devel systemd-devel python-sphinx
|
||||||
|
|
||||||
Get FRR, compile it and install it (from Git)
|
Get FRR, compile it and install it (from Git)
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
@ -14,8 +14,8 @@ Add packages:
|
|||||||
|
|
||||||
sudo dnf install git autoconf automake libtool make gawk \
|
sudo dnf install git autoconf automake libtool make gawk \
|
||||||
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
||||||
json-c-devel pam-devel perl-XML-LibXML pytest bison flex \
|
json-c-devel pam-devel pytest bison flex c-ares-devel \
|
||||||
c-ares-devel python3-devel python3-sphinx
|
python3-devel 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