doc: Split build linux dependencies

This commit is contained in:
MarcoFalke
2018-09-18 21:11:49 -04:00
parent 0000009015
commit fad95e8da6
2 changed files with 15 additions and 15 deletions

View File

@ -70,7 +70,11 @@ tuned to conserve memory with additional CXXFLAGS:
Build requirements:
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3
Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies:
sudo apt-get libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
BerkeleyDB is required for the wallet.
@ -97,7 +101,7 @@ ZMQ dependencies (provides ZMQ API):
sudo apt-get install libzmq3-dev
#### Dependencies for the GUI
GUI dependencies:
If you want to build bitcoin-qt, make sure that the required packages for Qt development
are installed. Qt 5 is necessary to build the GUI.