Install libzmq3-dev for lightwalletd

This commit is contained in:
Taylor Hornby 2019-04-17 07:52:06 -06:00
parent 0620d35078
commit d737b4243d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ pip install pyblake2
# Dependencies for lightwalletd
# =================================================
apt-get install -y libzmq3-dev
# Golang
wget https://dl.google.com/go/go1.12.4.linux-amd64.tar.gz -O go.tar.gz