File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
19
19
20
20
## Dependencies
21
21
``` shell
22
- brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode
22
+ brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config python qt libevent qrencode
23
23
```
24
24
25
25
See [ dependencies.md] ( dependencies.md ) for a complete overview.
Original file line number Diff line number Diff line change @@ -112,12 +112,16 @@ To build without GUI pass `--without-gui`.
112
112
113
113
To build with Qt 5 you need the following:
114
114
115
- sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
115
+ sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
116
116
117
117
libqrencode (optional) can be installed with:
118
118
119
119
sudo apt-get install libqrencode-dev
120
120
121
+ protobuf (optional) can be installed with:
122
+
123
+ sudo apt-get install libprotobuf-dev protobuf-compiler
124
+
121
125
Once these are installed, they will be found by configure and a bitcoin-qt executable will be
122
126
built by default.
123
127
@@ -140,12 +144,16 @@ ZMQ dependencies (provides ZMQ API):
140
144
141
145
To build with Qt 5 you need the following:
142
146
143
- sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel
147
+ sudo dnf install qt5-qttools-devel qt5-qtbase-devel
144
148
145
149
libqrencode (optional) can be installed with:
146
150
147
151
sudo dnf install qrencode-devel
148
152
153
+ protobuf (optional) can be installed with:
154
+
155
+ sudo dnf install protobuf-devel
156
+
149
157
Notes
150
158
-----
151
159
The release is built with GCC and then "strip bitcoind" to strip the debug
You can’t perform that action at this time.
0 commit comments