From: Justin Pettit Date: Tue, 3 Nov 2009 21:56:46 +0000 (-0800) Subject: Mention running boot.sh when pulling sources from Git X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30746a1b6a9758a58d6f9a7a85830512aa0e114f;p=openvswitch Mention running boot.sh when pulling sources from Git When the sources are pulled directly from Git, it is necessary to run "./boot.sh" before "./configure" can be run. This commit documents that useful bit of information. --- diff --git a/INSTALL.Linux b/INSTALL.Linux index 26839409..aadac73f 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -92,7 +92,12 @@ Building and Installing Open vSwitch for Linux Once you have installed all the prerequisites listed above in the Base Prerequisites section, follow the procedure below to build. -1. In the top source directory, configure the package by running the +1. If you pulled the sources directly from an Open vSwitch Git tree, + run boot.sh in the top source directory: + + % ./boot.sh + +2. In the top source directory, configure the package by running the configure script. You can usually invoke configure without any arguments: @@ -128,16 +133,16 @@ Prerequisites section, follow the procedure below to build. additional environment variables. For a full list, invoke configure with the --help option. -2. Run make in the top source directory: +3. Run make in the top source directory: % make -3. Become root by running "su" or another program. +4. Become root by running "su" or another program. -4. Run "make install" to install the executables and manpages into the +5. Run "make install" to install the executables and manpages into the running system, by default under /usr/local. -5. If you built kernel modules, you may load them with "insmod", e.g.: +6. If you built kernel modules, you may load them with "insmod", e.g.: % insmod datapath/linux-2.6/openvswitch_mod.ko