From 852d777bc16eb7d7cc55c6beb9fd284ee7f19a2e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 20 Mar 2008 10:23:08 -0700 Subject: [PATCH] Mention additional required software for working from a Git tree. --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ----------------- -- 2.30.2