]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #4364 from FRRouting/doc-libsnmp-dev-debian9
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 21 May 2019 18:54:49 +0000 (15:54 -0300)
committerGitHub <noreply@github.com>
Tue, 21 May 2019 18:54:49 +0000 (15:54 -0300)
doc: add libsnmp-dev to debian 9 build deps

doc/developer/building-frr-for-debian8.rst
doc/developer/building-frr-for-debian9.rst

index 9c6e48a6f83cb2365e643eeb38d6859bf567bed5..a26d055bc26aa3e898d98f588afca584a283ded0 100644 (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
 
index 39e7488cd71007ff5deb62e7251079530c68da0a..2c5a9681afaa657e2a1e45df2f9d73c5b5b93b9f 100644 (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