Skip to content

Commit ee5e896

Browse files
committed
Organise Linux build instructions to be categorised by distro
1 parent 4c85517 commit ee5e896

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

doc/build-unix.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,13 @@ tuned to conserve memory with additional CXXFLAGS:
6262

6363
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
6464

65-
Dependency Build Instructions: Ubuntu & Debian
66-
----------------------------------------------
65+
66+
## Linux Distribution Specific Instructions
67+
68+
### Ubuntu & Debian
69+
70+
#### Dependency Build Instructions
71+
6772
Build requirements:
6873

6974
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):
105110

106111
sudo apt-get install libzmq3-dev
107112

108-
Dependencies for the GUI: Ubuntu & Debian
109-
-----------------------------------------
113+
#### Dependencies for the GUI
110114

111115
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
112116
are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
@@ -128,8 +132,11 @@ libqrencode (optional) can be installed with:
128132
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
129133
built by default.
130134

131-
Dependency Build Instructions: Fedora
132-
-------------------------------------
135+
136+
### Fedora
137+
138+
#### Dependency Build Instructions
139+
133140
Build requirements:
134141

135142
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3

0 commit comments

Comments
 (0)