From 22bf014ab52e34ec611e9035d9875f39a8225269 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 6 Nov 2012 19:59:32 +0000 Subject: [PATCH] docs: mention gnulib in README file Signed-off-by: Sami Kerola --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index ede4061..0e8ffa4 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis. == Quick start - ./autogen.sh + ./bootstrap ./configure --prefix=/usr/local make make install @@ -27,6 +27,12 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis. == 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/ == Test data wanted @@ -47,8 +53,8 @@ This is dhcpd-pools which is made for ISC dhcpd pool range analysis. AUTOTOOLS: - * "./autogen.sh" generates all files needed to compile - and install the code (run it after checkout from git) + * "./bootstrap" generates all files needed to compile and + install the code (run it after checkout from git) * "make distclean" removes all unnecessary files, but the code can still be recompiled with "./configure; make"