mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:25:00 +00:00
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:
parent
02f4c3ab5b
commit
c1bcb969a0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user