From d529bbca641aeeaa5f810ee4c0bf3f1c4d03e77c Mon Sep 17 00:00:00 2001 From: asantamaria <asantamaria@iri.upc.edu> Date: Sat, 23 Sep 2017 19:52:23 +0200 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3ae0f8b3..a4e7180ea 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ libglog.so will be installed at **/usr/local/lib** - Tourbleshooting: - * ./autogen.sh fails with './autogen.sh: autoreconf: not found' + * If ./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 + $ sudo apt-get install dh-autoreconf - * `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found` + * If `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found` Install Glog with the following commands: -- GitLab