summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-02-29 11:30:53 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-02-29 11:30:53 +0100
commitad96d6dd747cfc45116e4e600a3d22079e18a657 (patch)
tree64e678505313fb109363b599914f68e2b3fc7fd3
parentbdeb62656df74b5cf2069a24a9c3cc53d11fc85b (diff)
extend README
* Detail how to compile if you get a working copy from the git tree. * Include licensing terms. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 8026121..12ef6df 100644
--- a/README
+++ b/README
@@ -50,6 +50,23 @@ kernel.
For further information, please refer to the doxygen documentation available.
+== Compilation & Installation ==
+
+First, you have to run:
+
+ autoreconf -fi
+
+If you got a working copy from git. Then:
+
+ ./configure --prefix=/usr
+ make
+ make check # if you want to build the library examples
+ sudo make install
+
+== Licensing terms ==
+
+This library is licensed under LGPLv2.1+.
+
--
(c) 2011 Pablo Neira Ayuso <pablo@netfilter.org>
(c) 2011 Intra2Net AG <http://www.intra2net.com>