mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-30 08:44:16 +00:00
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
|
sudo su
|
||||||
make install
|
make install
|
||||||
ldconfig
|
ldconfig
|
||||||
|
su <username>
|
||||||
|
cd ..
|
||||||
|
mkdir buildbase
|
||||||
|
cd buildbase
|
||||||
|
../configure --disable-gui --enable-debug --disable-shared --enable-monolithic
|
||||||
|
make
|
||||||
|
sudo su
|
||||||
|
make install
|
||||||
|
ldconfig
|
||||||
|
|
||||||
|
|
||||||
Boost
|
Boost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user