From ad96d6dd747cfc45116e4e600a3d22079e18a657 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 29 Feb 2012 11:30:53 +0100 Subject: 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 --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') 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 (c) 2011 Intra2Net AG -- cgit v1.2.3