X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=c3693f30348a269535d950795a0ebc3f9c6db0ec;hb=ad367b28f8595c6fd5d10009a303a01c2310881f;hp=c8b1aa7495f79ceb09996938224fd0fccede92e1;hpb=67761761a4a49f8af7d04b0e3dd9ae9b0534540c;p=sliver-openvswitch.git diff --git a/INSTALL b/INSTALL index c8b1aa749..c3693f303 100644 --- a/INSTALL +++ b/INSTALL @@ -198,6 +198,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.