From 5a41439eef34aba531f81cccd26944cf8d1562de Mon Sep 17 00:00:00 2001 From: Lucas Betschart Date: Thu, 15 Dec 2016 16:19:31 +0100 Subject: [PATCH] Update INSTALL.md libbase58 --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 42341d09d..4e63bf88a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,7 +5,6 @@ You will need several development libraries: * libprotoc: the Google protocol buffer v2 library, 2.6.0 or above. * protobuf-c: version 1.1.0 or above. * libsodium: for crypto. -* libbase58: for bitcoin's base58 encoding. * libsqlite3: for database support. * libgmp: for secp256k1 * asciidoc: for formatting the man page (if you change them) @@ -18,7 +17,7 @@ To Build on Ubuntu 16.04 Get dependencies: ``` -sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev libsqlite3-dev asciidoc +sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libsqlite3-dev libgmp-dev libsqlite3-dev asciidoc ``` Clone lightning and initialize submodules: