File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff 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+
6772Build 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
111115If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
112116are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
@@ -128,8 +132,11 @@ libqrencode (optional) can be installed with:
128132Once these are installed, they will be found by configure and a bitcoin-qt executable will be
129133built by default.
130134
131- Dependency Build Instructions: Fedora
132- -------------------------------------
135+
136+ ### Fedora
137+
138+ #### Dependency Build Instructions
139+
133140Build requirements:
134141
135142 sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
You can’t perform that action at this time.
0 commit comments