Browse Source

Update INSTALL.md

Missing dependency for Ubuntu 18.04
pull/2938/head
sskender 5 years ago
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
commit
2235d3b9d7
  1. 2
      doc/INSTALL.md

2
doc/INSTALL.md

@ -38,7 +38,7 @@ Get dependencies:
sudo apt-get update
sudo apt-get install -y \
autoconf automake build-essential git libtool libgmp-dev \
libsqlite3-dev python python3 net-tools zlib1g-dev libsodium-dev
libsqlite3-dev python python3 python3-mako net-tools zlib1g-dev libsodium-dev
If you don't have Bitcoin installed locally you'll need to install that
as well:

Loading…
Cancel
Save