]> git.proxmox.com Git - mirror_frr.git/blobdiff - doc/Building_FRR_on_NetBSD6.md
Merge pull request #1159 from opensourcerouting/doc-tcp-zebra
[mirror_frr.git] / doc / Building_FRR_on_NetBSD6.md
index dfc1f2c2920d3a7f23e762273bfa29a8d7a45ef6..e3c8420fbe6b296afd5a64a20c575146232e0404 100644 (file)
@@ -18,7 +18,7 @@ Configure Package location:
 Add packages:
 
     sudo pkg_add git autoconf automake libtool gmake gawk openssl \
-       pkg-config json-c p5-XML-LibXML python27 py27-test
+       pkg-config json-c p5-XML-LibXML python27 py27-test python35
 
 Install SSL Root Certificates (for git https access):
 
@@ -47,7 +47,7 @@ an example)
 
     git clone https://github.com/frrouting/frr.git frr
     cd frr
-    git checkout stable/2.0
+    git checkout stable/3.0
     ./bootstrap.sh
     MAKE=gmake
     export LDFLAGS="-L/usr/pkg/lib -R/usr/pkg/lib"
@@ -66,7 +66,6 @@ an example)
         --enable-configfile-mask=0640 \
         --enable-logfile-mask=0640 \
         --enable-rtadv \
-        --enable-tcp-zebra \
         --enable-fpm \
         --with-pkg-git-version \
         --with-pkg-extra-version=-MyOwnFRRVersion