added instructions to build-unix.txt for building wxBase, which is needed to compile bitcoind
This commit is contained in:
parent
6970bd96d1
commit
2adc9062d8
1 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue