mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
joinmarket: add libssl-dev for Armbian
This commit is contained in:
@@ -35,7 +35,7 @@ See this review thread about the GUI option: https://twitter.com/zndtoshi/status
|
||||
cd joinmarket-clientserver
|
||||
# latest release: https://github.com/JoinMarket-Org/joinmarket-clientserver/releases
|
||||
git reset --hard v0.5.5
|
||||
sudo apt-get install libltdl-dev # needed for Armbian
|
||||
sudo apt install -y libltdl-dev libssl-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