mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-14 16:57:57 +00:00
Improved Gentoo instructions.
This commit is contained in:
parent
c60aec9c20
commit
4adf78bad3
@ -69,8 +69,9 @@ emerge -av net-libs/miniupnpc boost openssl sys-libs/db
|
|||||||
|
|
||||||
Then take the following steps to build:
|
Then take the following steps to build:
|
||||||
cd ${BITCOIN_DIR}/src
|
cd ${BITCOIN_DIR}/src
|
||||||
sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *
|
sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *.h # path fix
|
||||||
sed -i 's/-Bstatic/-Bdynamic/' makefile.unix
|
sed -i 's/-Bstatic/-Bdynamic/' makefile.unix # dynamic linking
|
||||||
|
sed -i 's/^USE_UPNP:=0$/USE_UPNP:=/' makefile.unix # disable UPnP
|
||||||
make -f makefile.unix
|
make -f makefile.unix
|
||||||
strip bitcoind
|
strip bitcoind
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user