X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.Linux;h=78152b6940f7a6a5b04847d014b38a7c6352d121;hb=465d9a8fe680218cfd9254c312792e50349f9cd5;hp=c0b07d528598d61724a981f57564f91903c2d7a9;hpb=9b80f761bed9a32c1b0eb22ee3361966057ea973;p=openvswitch diff --git a/INSTALL.Linux b/INSTALL.Linux index c0b07d52..78152b69 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -100,6 +100,14 @@ you have the following: - Python 2.x, for x >= 4. +If you are going to extensively modify Open vSwitch, please consider +installing the following to obtain better warnings: + + - "sparse" version 0.4.4 or later + (http://www.kernel.org/pub/software/devel/sparse/dist/). + + - GNU make. + Installation Requirements ------------------------- @@ -187,6 +195,9 @@ Prerequisites section, follow the procedure below to build. % make + For improved warnings if you installed "sparse" (see + "Prerequisites"), add C=1 to the "make" command line. + 4. Become root by running "su" or another program. 5. Run "make install" to install the executables and manpages into the @@ -302,7 +313,7 @@ also upgrade the database schema: 1. Stop the Open vSwitch daemons, e.g.: - % kill `cd /usr/local/var/run && cat ovsdb-server.pid ovs-vswitchd.pid` + % kill `cd /usr/local/var/run/openvswitch && cat ovsdb-server.pid ovs-vswitchd.pid` 2. Install the new Open vSwitch release.