From 0a036faa949c4047fc4e828ed5570d1ffb4f2df2 Mon Sep 17 00:00:00 2001
From: Adam Soltys <adam.soltys@pwgsc-tpsgc.gc.ca>
Date: Wed, 28 Sep 2016 21:47:14 -0700
Subject: [PATCH] doc: add asciidoc to list of dependencies (fixes #36)

---
 INSTALL.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 033465c1a..1e3cbe75d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -8,6 +8,7 @@ You will need several development libraries:
 * libbase58: for bitcoin's base58 encoding.
 * libsqlite3: for database support.
 * libgmp: for secp256k1
+* asciidoc: for formatting the man page
 
 You will also need a version of bitcoind with segregated witness support,
 such as the 0.13 or above.
@@ -17,7 +18,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
+sudo apt-get install autoconf libtool libprotobuf-c-dev libsodium-dev libbase58-dev libsqlite3-dev libgmp-dev libsqlite3-dev asciidoc
 ```
 
 Clone lightning and initialize submodules: