mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
docs: mention gnulib in README file
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
c8a348e93b
commit
22bf014ab5
1 changed files with 9 additions and 3 deletions
12
README
12
README
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue