summaryrefslogtreecommitdiff
path: root/INSTALL.NetBSD.md
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@midokura.com>2016-03-16 06:54:48 +0000
committerYAMAMOTO Takashi <yamamoto@midokura.com>2016-03-24 01:09:51 +0900
commit1de0ef4147f52c5d715e380d1f394c7e1302e38f (patch)
tree5a33180de07c4df6ba68c7ad9a5ef927f077da29 /INSTALL.NetBSD.md
parent8d679ccdf10fdf9d11e9744c25f5a80154f02032 (diff)
downloadopenvswitch-1de0ef4147f52c5d715e380d1f394c7e1302e38f.tar.gz
INSTALL.NetBSD.md: Update for six
Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'INSTALL.NetBSD.md')
-rw-r--r--INSTALL.NetBSD.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.NetBSD.md b/INSTALL.NetBSD.md
index 1c571cff4..5a1f7035d 100644
--- a/INSTALL.NetBSD.md
+++ b/INSTALL.NetBSD.md
@@ -8,6 +8,7 @@ In that case, you need at least the following packages.
* libtool-base
* gmake
* python27
+ * py27-six
* py27-xml
* pkg_alternatives
@@ -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