From 35bc99a2a45c76bf84a1b28eac0f92807f242841 Mon Sep 17 00:00:00 2001 From: crowning- Date: Sat, 21 Feb 2015 18:40:33 +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 46dc58505870..f119aed8c257 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: