File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ Otherwise, you can build Berkeley DB [yourself](#berkeley-db).
87
87
88
88
SQLite is required for the wallet:
89
89
90
- sudo apt install libsqlite3-dev
90
+ sudo apt-get install libsqlite3-dev
91
91
92
92
To build Dash Core without wallet, see [ * Disable-wallet mode* ] ( #disable-wallet-mode )
93
93
94
94
Optional port mapping libraries (see: ` --with-miniupnpc ` and ` --with-natpmp ` ):
95
95
96
- sudo apt install libminiupnpc-dev libnatpmp-dev
96
+ sudo apt-get install libminiupnpc-dev libnatpmp-dev
97
97
98
98
ZMQ dependencies (provides ZMQ API):
99
99
@@ -115,7 +115,7 @@ To build with Qt 5 you need the following:
115
115
116
116
Additionally, to support Wayland protocol for modern desktop environments:
117
117
118
- sudo apt install qtwayland5
118
+ sudo apt-get install qtwayland5
119
119
120
120
libqrencode (optional) can be installed with:
121
121
You can’t perform that action at this time.
0 commit comments