mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-02-02 18:24:20 +01:00
joinmarket: install missing dependency for Armbian
This commit is contained in:
@@ -31,11 +31,12 @@ See this review thread about the GUI option: https://twitter.com/zndtoshi/status
|
||||
* Run in the RaspiBlitz terminal:
|
||||
|
||||
```bash
|
||||
$ git clone https://github.com/JoinMarket-Org/joinmarket-clientserver.git
|
||||
$ cd joinmarket-clientserver
|
||||
git clone https://github.com/JoinMarket-Org/joinmarket-clientserver.git
|
||||
cd joinmarket-clientserver
|
||||
# latest release: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases
|
||||
$ git reset --hard v0.5.5
|
||||
$ ./install.sh
|
||||
git reset --hard v0.5.5
|
||||
sudo apt-get install libltdl-dev # needed for Armbian
|
||||
./install.sh
|
||||
# (follow instructions on screen; provide sudo password when prompted)
|
||||
# do not install QT-dependencies - running headless on the RPi
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user