Skip to content

Commit

Permalink
INSTALL.NetBSD.md: Update for six
Browse files Browse the repository at this point in the history
Signed-off-by: YAMAMOTO Takashi <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
yamt committed Mar 23, 2016
1 parent 8d679cc commit 1de0ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.NetBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ In that case, you need at least the following packages.
* libtool-base
* gmake
* python27
* py27-six
* py27-xml
* pkg_alternatives

Expand All @@ -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
Expand Down

0 comments on commit 1de0ef4

Please sign in to comment.