Browse Source

added instructions to build-unix.txt for building wxBase, which is needed to compile bitcoind

0.8
s_nakamoto 14 years ago
parent
commit
2adc9062d8
  1. 9
      build-unix.txt

9
build-unix.txt

@ -63,6 +63,15 @@ make @@ -63,6 +63,15 @@ make
sudo su
make install
ldconfig
su <username>
cd ..
mkdir buildbase
cd buildbase
../configure --disable-gui --enable-debug --disable-shared --enable-monolithic
make
sudo su
make install
ldconfig
Boost

Loading…
Cancel
Save