datapath: compat: fix udp checksum calculation
[cascardo/ovs.git] / INSTALL.NetBSD.md
index 4732250..5a1f703 100644 (file)
@@ -8,10 +8,11 @@ In that case, you need at least the following packages.
   * libtool-base
   * gmake
   * python27
+  * py27-six
   * py27-xml
   * pkg_alternatives
 
-Some components have additional requirements. (See [INSTALL](INSTALL.md))
+Some components have additional requirements. (See [INSTALL.md])
 
 Assuming you are running NetBSD/amd64 6.1.2, you can download and
 install pre-built binary packages as the following.
@@ -20,7 +21,7 @@ install pre-built binary packages as the following.
     ```
     # PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.2/All/
     # export PKG_PATH
-    # pkg_add automake libtool-base gmake python27 py27-xml pkg_alternatives
+    # pkg_add automake libtool-base gmake python27 py27-six py27-xml pkg_alternatives
     ```
 
 NetBSD's `/usr/bin/make` is not GNU make.  GNU make is installed as
@@ -30,4 +31,8 @@ As all executables installed with pkgsrc are placed in `/usr/pkg/bin/`
 directory, it might be a good idea to add it to your PATH.
 
 Open vSwitch on NetBSD is currently "userspace switch" implementation
-in the sense described in INSTALL.userspace and PORTING.
+in the sense described in [INSTALL.userspace.md] and [PORTING.md].
+
+[INSTALL.md]:INSTALL.md
+[INSTALL.userspace.md]:INSTALL.userspace.md
+[PORTING.md]:PORTING.md