We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd270cd commit fee74a0Copy full SHA for fee74a0
doc/usage.md
@@ -7,7 +7,7 @@ and [latest Electrum wallet](https://electrum.org/#download) (3.2+).
7
Also, install the following packages (on Debian):
8
```bash
9
$ sudo apt update
10
-$ sudo apt install clang cmake # for building 'rust-rocksdb'
+$ sudo apt install clang cmake build-essential # for building 'rust-rocksdb'
11
```
12
13
## Build
0 commit comments