docs: mention gnulib in README file

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-11-06 19:59:32 +00:00
parent c8a348e93b
commit 22bf014ab5

12
README
View file

@ -2,7 +2,7 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis.
== Quick start == Quick start
./autogen.sh ./bootstrap
./configure --prefix=/usr/local ./configure --prefix=/usr/local
make make
make install make install
@ -27,6 +27,12 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis.
== Dependencies to other projects == Dependencies to other projects
http://www.gnu.org/software/gnulib/
If you have gnulib checked out somewhere at file
system you can avoid download by setting
GNULIB_SRCDIR environment variable.
http://uthash.sourceforge.net/ http://uthash.sourceforge.net/
== Test data wanted == Test data wanted
@ -47,8 +53,8 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis.
AUTOTOOLS: AUTOTOOLS:
* "./autogen.sh" generates all files needed to compile * "./bootstrap" generates all files needed to compile and
and install the code (run it after checkout from git) install the code (run it after checkout from git)
* "make distclean" removes all unnecessary files, but the * "make distclean" removes all unnecessary files, but the
code can still be recompiled with "./configure; make" code can still be recompiled with "./configure; make"