mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
doc: remove unneeded build deps
Remove the following: * gawk * dejagnu Add the following for FreeBSD 9 and OpenBSD 6: * libexecinfo Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
e4bed55b51
commit
7d9a2e6d23
@ -43,7 +43,7 @@ Add packages:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
sudo yum install git autoconf automake libtool make gawk \
|
||||
sudo yum install git autoconf automake libtool make \
|
||||
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
||||
json-c-devel pam-devel flex epel-release c-ares-devel
|
||||
|
||||
|
@ -18,7 +18,7 @@ Add packages:
|
||||
|
||||
::
|
||||
|
||||
sudo yum install git autoconf automake libtool make gawk \
|
||||
sudo yum install git autoconf automake libtool make \
|
||||
readline-devel texinfo net-snmp-devel groff pkgconfig \
|
||||
json-c-devel pam-devel bison flex pytest c-ares-devel \
|
||||
python-devel systemd-devel python-sphinx
|
||||
|
@ -15,7 +15,7 @@ Add packages:
|
||||
|
||||
::
|
||||
|
||||
sudo apt-get install git autoconf automake libtool make gawk \
|
||||
sudo apt-get install git autoconf automake libtool make \
|
||||
libreadline-dev texinfo libjson-c-dev pkg-config bison flex python-pip \
|
||||
libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev
|
||||
|
||||
|
@ -11,7 +11,7 @@ Installing Dependencies
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo dnf install git autoconf automake libtool make gawk \
|
||||
sudo dnf install git autoconf automake libtool make \
|
||||
readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel \
|
||||
pam-devel pytest bison flex c-ares-devel python3-devel python2-sphinx \
|
||||
perl-core patch
|
||||
|
@ -16,7 +16,7 @@ is first package install and asked)
|
||||
|
||||
::
|
||||
|
||||
pkg install git autoconf automake libtool gmake gawk json-c pkgconf \
|
||||
pkg install git autoconf automake libtool gmake json-c pkgconf \
|
||||
bison flex py27-pytest c-ares python3 py-sphinx
|
||||
|
||||
Make sure there is no /usr/bin/flex preinstalled (and use the newly
|
||||
|
@ -16,7 +16,7 @@ is first package install and asked)
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
pkg install git autoconf automake libtool gmake gawk json-c pkgconf \
|
||||
pkg install git autoconf automake libtool gmake json-c pkgconf \
|
||||
bison flex py27-pytest c-ares python3 py36-sphinx texinfo
|
||||
|
||||
Make sure there is no /usr/bin/flex preinstalled (and use the newly
|
||||
|
@ -16,9 +16,9 @@ is first package install and asked)
|
||||
|
||||
::
|
||||
|
||||
pkg install -y git autoconf automake libtool gmake gawk \
|
||||
pkg install -y git autoconf automake libtool gmake \
|
||||
pkgconf texinfo json-c bison flex py27-pytest c-ares \
|
||||
python3 py-sphinx
|
||||
python3 py-sphinx libexecinfo
|
||||
|
||||
Make sure there is no /usr/bin/flex preinstalled (and use the newly
|
||||
installed in /usr/local/bin): (FreeBSD frequently provides a older flex
|
||||
|
@ -22,7 +22,7 @@ Add packages:
|
||||
|
||||
::
|
||||
|
||||
sudo pkg_add git autoconf automake libtool gmake gawk openssl \
|
||||
sudo pkg_add git autoconf automake libtool gmake openssl \
|
||||
pkg-config json-c python27 py27-test python35 py-sphinx
|
||||
|
||||
Install SSL Root Certificates (for git https access):
|
||||
|
@ -13,7 +13,7 @@ Install required packages
|
||||
|
||||
::
|
||||
|
||||
sudo pkgin install git autoconf automake libtool gmake gawk openssl \
|
||||
sudo pkgin install git autoconf automake libtool gmake openssl \
|
||||
pkg-config json-c python27 py27-test python35 py-sphinx
|
||||
|
||||
Install SSL Root Certificates (for git https access):
|
||||
|
@ -37,7 +37,7 @@ Add packages:
|
||||
library/idnkit/header-idnkit \
|
||||
system/header \
|
||||
system/library/math/header-math \
|
||||
git libtool gawk pkg-config
|
||||
git libtool pkg-config
|
||||
|
||||
Add additional Solaris packages:
|
||||
|
||||
|
@ -15,7 +15,7 @@ Add packages:
|
||||
::
|
||||
|
||||
pkg_add git autoconf-2.69p2 automake-1.15.1 libtool bison
|
||||
pkg_add gmake gawk dejagnu openssl json-c py-test py-sphinx
|
||||
pkg_add gmake json-c py-test py-sphinx libexecinfo
|
||||
|
||||
Select Python2.7 as default (required for pytest)
|
||||
|
||||
|
@ -9,7 +9,7 @@ For Debian based distributions, run:
|
||||
::
|
||||
|
||||
sudo apt-get install git build-essential libssl-dev libncurses5-dev \
|
||||
unzip gawk zlib1g-dev subversion mercurial
|
||||
unzip zlib1g-dev subversion mercurial
|
||||
|
||||
For other environments, instructions can be found in the
|
||||
`official documentation
|
||||
|
@ -11,7 +11,7 @@ Installing Dependencies
|
||||
|
||||
apt-get update
|
||||
apt-get install \
|
||||
git autoconf automake libtool make gawk libreadline-dev texinfo \
|
||||
git autoconf automake libtool make libreadline-dev texinfo \
|
||||
pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
|
||||
libc-ares-dev python3-dev python3-sphinx install-info build-essential \
|
||||
libsnmp-dev perl
|
||||
|
@ -11,7 +11,7 @@ Installing Dependencies
|
||||
|
||||
apt-get update
|
||||
apt-get install \
|
||||
git autoconf automake libtool make gawk libreadline-dev texinfo \
|
||||
git autoconf automake libtool make libreadline-dev texinfo \
|
||||
pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
|
||||
libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \
|
||||
install-info build-essential libsystemd-dev libsnmp-dev perl
|
||||
|
@ -11,7 +11,7 @@ Installing Dependencies
|
||||
|
||||
sudo apt update
|
||||
sudo apt-get install \
|
||||
git autoconf automake libtool make gawk libreadline-dev texinfo \
|
||||
git autoconf automake libtool make libreadline-dev texinfo \
|
||||
pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
|
||||
libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \
|
||||
install-info build-essential libsystemd-dev libsnmp-dev perl
|
||||
|
Loading…
Reference in New Issue
Block a user