Mention additional required software for working from a Git tree.

This commit is contained in:
Ben Pfaff
2008-03-20 10:23:08 -07:00
parent d170209c76
commit 852d777bc1
+11
View File
@@ -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
-----------------