1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-25 15:20:36 +01:00

Merge remote-tracking branch 'k3tan/patch-1'

This commit is contained in:
Roman Zeyde 2020-11-05 10:32:32 +02:00
commit 453360fdb1
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -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)