mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#14264: Split depends installation instructions per arch
This commit is contained in:
parent
3915da1be5
commit
057b1ea9ed
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user