doc: add libsnmp-dev to debian 8 & 9 build deps

Needed for `--enable-snmp`

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2019-05-17 10:12:12 -07:00 committed by Quentin Young
parent 02f4c3ab5b
commit c1bcb969a0
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,8 @@ Add packages:
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
libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev \
libsnmp-dev
Install newer pytest (>3.0) from pip

View File

@ -11,7 +11,7 @@ Add packages:
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 python-pytest python3-sphinx build-essential \
libsystemd-dev
libsnmp-dev libsystemd-dev
.. include:: building-libyang.rst