From 8c025631482052c6f38a814dd703a6f58f5fb54b Mon Sep 17 00:00:00 2001 From: ckolivas Date: Wed, 27 Aug 2014 13:40:10 +1000 Subject: [PATCH] Add libtool to git based requirements --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 00112630..c208ce25 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ make Building from git also requires autoconf and automake -sudo apt-get install build-essential libpq-dev autoconf automake +sudo apt-get install build-essential libpq-dev autoconf automake libtool ./autogen.sh ./configure make