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:
62
62
63
63
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
64
64
65
- Dependency Build Instructions: Ubuntu & Debian
66
- ----------------------------------------------
65
+
66
+ ## Linux Distribution Specific Instructions
67
+
68
+ ### Ubuntu & Debian
69
+
70
+ #### Dependency Build Instructions
71
+
67
72
Build requirements:
68
73
69
74
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):
105
110
106
111
sudo apt-get install libzmq3-dev
107
112
108
- Dependencies for the GUI: Ubuntu & Debian
109
- -----------------------------------------
113
+ #### Dependencies for the GUI
110
114
111
115
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
112
116
are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
@@ -128,8 +132,11 @@ libqrencode (optional) can be installed with:
128
132
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
129
133
built by default.
130
134
131
- Dependency Build Instructions: Fedora
132
- -------------------------------------
135
+
136
+ ### Fedora
137
+
138
+ #### Dependency Build Instructions
139
+
133
140
Build requirements:
134
141
135
142
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