use maintainer mode when building from a repo
try CFLAGS="-Wno-error" if build failed
This commit is contained in:
parent
975ccac0b1
commit
7fef65fbe8
7
README
7
README
@ -32,12 +32,19 @@ I. INSTALLATION
|
|||||||
old-fashioned way. You will need make, gcc, lex and yacc to build bip.
|
old-fashioned way. You will need make, gcc, lex and yacc to build bip.
|
||||||
Just issue:
|
Just issue:
|
||||||
|
|
||||||
|
From bip-X.Y.Z.tar.gz package:
|
||||||
# ./configure --enable-oidentd && make
|
# ./configure --enable-oidentd && make
|
||||||
|
|
||||||
|
From repository:
|
||||||
|
# ./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
|
||||||
SSL support. After a successful build the bip binary can be found in
|
SSL support. After a successful build the bip binary can be found in
|
||||||
./src/bip.
|
./src/bip.
|
||||||
|
|
||||||
|
By default, "-Werror" is used. If you encounter warnings, you could try:
|
||||||
|
# CFLAGS="-Wno-error" ./configure --enable-oidentd && make
|
||||||
|
|
||||||
|
|
||||||
II. CONFIGURATION
|
II. CONFIGURATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user