From 3e9350be7a8844eda179390e6427456f8d2e1e3d Mon Sep 17 00:00:00 2001
From: Angel Santamaria-Navarro <asantamaria@iri.upc.edu>
Date: Sun, 27 Aug 2017 10:56:00 +0200
Subject: [PATCH] Update Glog installation in README.md

---
 README.md | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index b3d8eaf01..4d6f813e7 100644
--- a/README.md
+++ b/README.md
@@ -74,15 +74,21 @@ libgflags.a will be installed at **/usr/local/lib**
     
 -   Build and install with:
 
-        $ cd glog
-        $ ./configure --with-gflags=/usr/local/
-        $ make
-        $ sudo make install
-    
+        $ ./autogen.sh
+        $ ./configure --with-gflags=/usr/local/
+        $ make
+        $ sudo make install
+
 libglog.so will be installed at **/usr/local/lib**
 
 -   Tourbleshooting:
 
+    **./autogen.sh fails with './autogen.sh: autoreconf: not found'**
+
+    In a fresh installation you will probably need to install autoreconf running
+    
+        $ sudo make install dh-autoreconf 
+
     If the `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`, install Glog with the following commands:
         
         $ cd glog
-- 
GitLab