From 4874f00819361b94caf9dbac27a5c5d1e1d1a120 Mon Sep 17 00:00:00 2001 From: crowning- Date: Sat, 21 Feb 2015 18:38:49 +0100 Subject: [PATCH] Added automake to build requirements At least Ubuntu >= 14.04 based distributions don't have automake installed by default. --- 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 46dc58505..f119aed8c 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 - 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: