From 1cb0efd4c4e511fd2e7f69a62643699696a4d6ff Mon Sep 17 00:00:00 2001 From: Whit J Date: Tue, 12 Aug 2014 10:40:32 -0700 Subject: [PATCH] Added automake as dependancy autogen.sh failed and needed automake, which wasnt installed --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 1a5c79190..a04246830 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -52,7 +52,7 @@ Dependency Build Instructions: Ubuntu & Debian Build requirements: sudo apt-get install build-essential pkg-config - sudo apt-get install libtool autotools-dev autoconf + sudo apt-get install libtool autotools-dev autoconf automake sudo apt-get install libssl-dev for Ubuntu 12.04 and later: