Browse Source

Fix extraneous directory specifier, beautify bash syntax $VAR -> ${VAR}

0.8
globalcitizen 13 years ago
parent
commit
c60aec9c20
  1. 4
      doc/build-unix.txt

4
doc/build-unix.txt

@ -68,8 +68,8 @@ Dependency Build Instructions: Gentoo
emerge -av net-libs/miniupnpc boost openssl sys-libs/db 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>/' src/* sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *
sed -i 's/-Bstatic/-Bdynamic/' makefile.unix sed -i 's/-Bstatic/-Bdynamic/' makefile.unix
make -f makefile.unix make -f makefile.unix
strip bitcoind strip bitcoind

Loading…
Cancel
Save