]> git.proxmox.com Git - mirror_ovs.git/blame - INSTALL.NetBSD
datapath: Remove a debugging message.
[mirror_ovs.git] / INSTALL.NetBSD
CommitLineData
0f3df203
YT
1 How to Install Open vSwitch on NetBSD
2 =====================================
3
4On NetBSD, you might want to install requirements from pkgsrc.
5In that case, you need at least the following packages.
6
7 automake
8 libtool-base
9 gmake
10 python27
11 py27-xml
12 pkg_alternatives
13
7868fbc6 14Some components have additional requirements. (See INSTALL)
0f3df203
YT
15
16Assuming you are running NetBSD/amd64 6.1.2, you can download and
17install pre-built binary packages as the following.
18(You might get some warnings about minor version mismatch. Don't care.)
19
20 # PKG_PATH=http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.1.2/All/
21 # export PKG_PATH
22 # pkg_add automake libtool-base gmake python27 py27-xml pkg_alternatives
23
24NetBSD's /usr/bin/make is not GNU make. GNU make is installed as
25/usr/pkg/bin/gmake by the above mentioned 'gmake' package.
26
27As all executables installed with pkgsrc are placed in /usr/pkg/bin/
28directory, it might be a good idea to add it to your PATH.
29
30Open vSwitch on NetBSD is currently "userspace switch" implementation
31in the sense described in INSTALL.userspace and PORTING.