Organise Linux build instructions to be categorised by distro
This commit is contained in:
parent
4c855174e1
commit
ee5e8968b3
1 changed files with 13 additions and 6 deletions
|
@ -62,8 +62,13 @@ tuned to conserve memory with additional CXXFLAGS:
|
||||||
|
|
||||||
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
|
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
|
||||||
|
|
||||||
Dependency Build Instructions: Ubuntu & Debian
|
|
||||||
----------------------------------------------
|
## Linux Distribution Specific Instructions
|
||||||
|
|
||||||
|
### Ubuntu & Debian
|
||||||
|
|
||||||
|
#### Dependency Build Instructions
|
||||||
|
|
||||||
Build requirements:
|
Build requirements:
|
||||||
|
|
||||||
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
|
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
|
||||||
|
@ -105,8 +110,7 @@ ZMQ dependencies (provides ZMQ API 4.x):
|
||||||
|
|
||||||
sudo apt-get install libzmq3-dev
|
sudo apt-get install libzmq3-dev
|
||||||
|
|
||||||
Dependencies for the GUI: Ubuntu & Debian
|
#### Dependencies for the GUI
|
||||||
-----------------------------------------
|
|
||||||
|
|
||||||
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
|
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
|
||||||
are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
|
are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
|
||||||
|
@ -128,8 +132,11 @@ libqrencode (optional) can be installed with:
|
||||||
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
|
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
|
||||||
built by default.
|
built by default.
|
||||||
|
|
||||||
Dependency Build Instructions: Fedora
|
|
||||||
-------------------------------------
|
### Fedora
|
||||||
|
|
||||||
|
#### Dependency Build Instructions
|
||||||
|
|
||||||
Build requirements:
|
Build requirements:
|
||||||
|
|
||||||
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
|
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
|
||||||
|
|
Loading…
Reference in a new issue