mirror of
https://github.com/romanz/electrs.git
synced 2025-02-25 07:17:41 +01:00
Merge remote-tracking branch 'k3tan/patch-1'
This commit is contained in:
commit
453360fdb1
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ Install [recent Rust](https://rustup.rs/) (1.41.1+, `apt install cargo` is prefe
|
|||
[latest Bitcoin Core](https://bitcoincore.org/en/download/) (0.16+)
|
||||
and [latest Electrum wallet](https://electrum.org/#download) (3.3+).
|
||||
|
||||
Also, install the following packages (on Debian):
|
||||
Also, install the following packages (on Debian or Ubuntu):
|
||||
```bash
|
||||
$ sudo apt update
|
||||
$ sudo apt install clang cmake # for building 'rust-rocksdb'
|
||||
$ sudo apt install clang cmake build-essential # for building 'rust-rocksdb'
|
||||
```
|
||||
|
||||
Note for Raspberry Pi 4 owners: the old versions of OS/toolchains produce broken binaries. Make sure to use latest OS! (see #226)
|
||||
|
|
Loading…
Add table
Reference in a new issue