From: Ben Pfaff Date: Thu, 20 Mar 2008 17:23:08 +0000 (-0700) Subject: Mention additional required software for working from a Git tree. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852d777bc16eb7d7cc55c6beb9fd284ee7f19a2e;p=openvswitch Mention additional required software for working from a Git tree. --- diff --git a/INSTALL b/INSTALL index 55c562dc..5a02fbde 100644 --- a/INSTALL +++ b/INSTALL @@ -50,6 +50,17 @@ To compile the datapath kernel module, you will additionally need: corresponding linux-headers package with the required build infrastructure. +If you are working from a Git tree or snapshot (instead of from a +distribution tarball), or if you modify the OpenFlow build system, you +will also need the following software: + + - Autoconf version 2.59 or later (http://www.gnu.org/software/autoconf). + + - Automake version 1.10 or later (http://www.gnu.org/software/automake). + + - pkg-config (http://pkg-config.freedesktop.org/wiki/). We test + with version 0.22. + Building the Code -----------------