added instructions to build-unix.txt for building wxBase, which is needed to compile bitcoind
This commit is contained in:
parent
6970bd96d1
commit
2adc9062d8
@ -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 New Issue
Block a user