X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;h=95ee89818f753e17762421c8fb1395e99bd5c2a1;hb=4b0424809b823101c969a0691fc1db0c880ae64a;hp=c8b1aa7495f79ceb09996938224fd0fccede92e1;hpb=a5ae88ff8a276e86c842ac102145432662bf711a;p=sliver-openvswitch.git diff --git a/INSTALL b/INSTALL index c8b1aa749..95ee89818 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ on a specific platform, please see one of these files: - INSTALL.Fedora - INSTALL.RHEL - INSTALL.XenServer + - INSTALL.NetBSD Build Requirements ------------------ @@ -198,6 +199,11 @@ Prerequisites section, follow the procedure below to build. % ./configure --with-linux=/path/to/linux KARCH=mips + If you plan to do much Open vSwitch development, you might want to + add --enable-Werror, which adds the -Werror option to the compiler + command line, turning warnings into errors. That makes it + impossible to miss warnings generated by the build. + The configure script accepts a number of other options and honors additional environment variables. For a full list, invoke configure with the --help option.