forked from bip/bip
1
0
Fork 0

doc: automake,autoconf-archive:deps, add bootstrap

- build dependencies: add automake & autoconf-archive
- mention 'bootstrap' script
This commit is contained in:
Pierre-Louis Bonicoli 2012-01-20 05:27:28 +01:00
parent 7fef65fbe8
commit 0ed5240de5
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -29,13 +29,16 @@ I. INSTALLATION
distro's package. Then create a configuration file.
Choose your distribution package if available. If not, build bip the
old-fashioned way. You will need make, gcc, lex and yacc to build bip.
old-fashioned way. You will need make, gcc, lex, yacc, automake,
autoconf-archive and optionally libssl-dev to build bip.
Just issue:
From bip-X.Y.Z.tar.gz package:
# ./configure --enable-oidentd && make
From repository:
# ./bootstrap
# ./configure --enable-maintainer-mode --enable-oidentd && make
If openssl and its developement files are installed, bip should build with