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:
Quentin Young 2019-03-28 18:31:17 +00:00
parent e4bed55b51
commit 7d9a2e6d23
15 changed files with 16 additions and 16 deletions

View File

@ -43,7 +43,7 @@ Add packages:
.. code-block:: shell .. 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 \ readline-devel texinfo net-snmp-devel groff pkgconfig \
json-c-devel pam-devel flex epel-release c-ares-devel json-c-devel pam-devel flex epel-release c-ares-devel

View File

@ -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 \ 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 \
python-devel systemd-devel python-sphinx python-devel systemd-devel python-sphinx

View File

@ -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 \ libreadline-dev texinfo libjson-c-dev pkg-config bison flex python-pip \
libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev

View File

@ -11,7 +11,7 @@ Installing Dependencies
.. code-block:: console .. 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 \ readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel \
pam-devel pytest bison flex c-ares-devel python3-devel python2-sphinx \ pam-devel pytest bison flex c-ares-devel python3-devel python2-sphinx \
perl-core patch perl-core patch

View File

@ -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 bison flex py27-pytest c-ares python3 py-sphinx
Make sure there is no /usr/bin/flex preinstalled (and use the newly Make sure there is no /usr/bin/flex preinstalled (and use the newly

View File

@ -16,7 +16,7 @@ is first package install and asked)
.. code-block:: shell .. 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 bison flex py27-pytest c-ares python3 py36-sphinx texinfo
Make sure there is no /usr/bin/flex preinstalled (and use the newly Make sure there is no /usr/bin/flex preinstalled (and use the newly

View File

@ -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 \ 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 Make sure there is no /usr/bin/flex preinstalled (and use the newly
installed in /usr/local/bin): (FreeBSD frequently provides a older flex installed in /usr/local/bin): (FreeBSD frequently provides a older flex

View File

@ -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 pkg-config json-c python27 py27-test python35 py-sphinx
Install SSL Root Certificates (for git https access): Install SSL Root Certificates (for git https access):

View File

@ -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 pkg-config json-c python27 py27-test python35 py-sphinx
Install SSL Root Certificates (for git https access): Install SSL Root Certificates (for git https access):

View File

@ -37,7 +37,7 @@ Add packages:
library/idnkit/header-idnkit \ library/idnkit/header-idnkit \
system/header \ system/header \
system/library/math/header-math \ system/library/math/header-math \
git libtool gawk pkg-config git libtool pkg-config
Add additional Solaris packages: Add additional Solaris packages:

View File

@ -15,7 +15,7 @@ Add packages:
:: ::
pkg_add git autoconf-2.69p2 automake-1.15.1 libtool bison 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) Select Python2.7 as default (required for pytest)

View File

@ -9,7 +9,7 @@ For Debian based distributions, run:
:: ::
sudo apt-get install git build-essential libssl-dev libncurses5-dev \ 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 For other environments, instructions can be found in the
`official documentation `official documentation

View File

@ -11,7 +11,7 @@ Installing Dependencies
apt-get update apt-get update
apt-get install \ 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 \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
libc-ares-dev python3-dev python3-sphinx install-info build-essential \ libc-ares-dev python3-dev python3-sphinx install-info build-essential \
libsnmp-dev perl libsnmp-dev perl

View File

@ -11,7 +11,7 @@ Installing Dependencies
apt-get update apt-get update
apt-get install \ 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 \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \ libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \
install-info build-essential libsystemd-dev libsnmp-dev perl install-info build-essential libsystemd-dev libsnmp-dev perl

View File

@ -11,7 +11,7 @@ Installing Dependencies
sudo apt update sudo apt update
sudo apt-get install \ 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 \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \
libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \ libc-ares-dev python3-dev libsystemd-dev python-ipaddress python3-sphinx \
install-info build-essential libsystemd-dev libsnmp-dev perl install-info build-essential libsystemd-dev libsnmp-dev perl