merge bitcoin#14264: Split depends installation instructions per arch

This commit is contained in:
Kittywhiskers Van Gogh 2018-09-18 21:11:49 -04:00
parent 3915da1be5
commit 057b1ea9ed

View File

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