doc: automake,autoconf-archive:deps, add bootstrap
- build dependencies: add automake & autoconf-archive - mention 'bootstrap' script
This commit is contained in:
parent
7fef65fbe8
commit
0ed5240de5
5
README
5
README
@ -29,13 +29,16 @@ I. INSTALLATION
|
|||||||
distro's package. Then create a configuration file.
|
distro's package. Then create a configuration file.
|
||||||
|
|
||||||
Choose your distribution package if available. If not, build bip the
|
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:
|
Just issue:
|
||||||
|
|
||||||
From bip-X.Y.Z.tar.gz package:
|
From bip-X.Y.Z.tar.gz package:
|
||||||
# ./configure --enable-oidentd && make
|
# ./configure --enable-oidentd && make
|
||||||
|
|
||||||
From repository:
|
From repository:
|
||||||
|
# ./bootstrap
|
||||||
# ./configure --enable-maintainer-mode --enable-oidentd && make
|
# ./configure --enable-maintainer-mode --enable-oidentd && make
|
||||||
|
|
||||||
If openssl and its developement files are installed, bip should build with
|
If openssl and its developement files are installed, bip should build with
|
||||||
|
Loading…
Reference in New Issue
Block a user