]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/developer/building-frr-for-netbsd7.rst
Merge pull request #13464 from sri-mohan1/srib-ldpd
[mirror_frr.git] / doc / developer / building-frr-for-netbsd7.rst
index b65891916c3d72d433a46481360ed80aae66f5f2..e751ba338c11f27633513208803437eb005eb03b 100644 (file)
@@ -13,8 +13,9 @@ Install required packages
 
 ::
 
-    sudo pkgin install git autoconf automake libtool gmake gawk openssl \
-       pkg-config json-c python27 py27-test python35 py-sphinx
+    sudo pkgin install git autoconf automake libtool gmake openssl \
+       pkg-config json-c python36 py36-test py36-sphinx \
+       protobuf-c
 
 Install SSL Root Certificates (for git https access):
 
@@ -24,13 +25,6 @@ Install SSL Root Certificates (for git https access):
     sudo touch /etc/openssl/openssl.cnf
     sudo mozilla-rootcerts install
 
-Select default Python and py.test
-
-::
-
-    sudo ln -s /usr/pkg/bin/python2.7 /usr/bin/python
-    sudo ln -s /usr/pkg/bin/py.test-2.7 /usr/bin/py.test
-
 .. include:: building-libyang.rst
 
 Get FRR, compile it and install it (from Git)
@@ -62,7 +56,6 @@ an example)
     export CPPFLAGS="-I/usr/pkg/include"
     ./configure \
         --sysconfdir=/usr/pkg/etc/frr \
-        --enable-exampledir=/usr/pkg/share/examples/frr \
         --enable-pkgsrcrcdir=/usr/pkg/share/examples/rc.d \
         --localstatedir=/var/run/frr \
         --enable-multipath=64 \