Skip to content

Commit

Permalink
doc: consistently use 'apt-get install' rather than 'apt install' (du…
Browse files Browse the repository at this point in the history
…e to 'apt's sutble dependencies on interactive environment)
  • Loading branch information
coolaj86 committed Jul 18, 2024
1 parent 22f7596 commit 3c198e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ Otherwise, you can build Berkeley DB [yourself](#berkeley-db).

SQLite is required for the wallet:

sudo apt install libsqlite3-dev
sudo apt-get install libsqlite3-dev

To build Dash Core without wallet, see [*Disable-wallet mode*](#disable-wallet-mode)

Optional port mapping libraries (see: `--with-miniupnpc` and `--with-natpmp`):

sudo apt install libminiupnpc-dev libnatpmp-dev
sudo apt-get install libminiupnpc-dev libnatpmp-dev

ZMQ dependencies (provides ZMQ API):

Expand All @@ -115,7 +115,7 @@ To build with Qt 5 you need the following:

Additionally, to support Wayland protocol for modern desktop environments:

sudo apt install qtwayland5
sudo apt-get install qtwayland5

libqrencode (optional) can be installed with:

Expand Down

0 comments on commit 3c198e0

Please sign in to comment.