]> git.proxmox.com Git - ovs.git/blob - INSTALL.NetBSD
ofproto: Add const to immutable members of ofgroup.
[ovs.git] / INSTALL.NetBSD
1 How to Install Open vSwitch on NetBSD
2 =====================================
3
4 On NetBSD, you might want to install requirements from pkgsrc.
5 In 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
14 Some components have additional requirements. (See INSTALL)
15
16 Assuming you are running NetBSD/amd64 6.1.2, you can download and
17 install 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
24 NetBSD'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
27 As all executables installed with pkgsrc are placed in /usr/pkg/bin/
28 directory, it might be a good idea to add it to your PATH.
29
30 Open vSwitch on NetBSD is currently "userspace switch" implementation
31 in the sense described in INSTALL.userspace and PORTING.