Skip to content
Snippets Groups Projects
Commit 3e9350be authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Update Glog installation in README.md

parent b249c2b9
No related branches found
No related tags found
1 merge request!129ReadMe update (installation steps)
...@@ -74,15 +74,21 @@ libgflags.a will be installed at **/usr/local/lib** ...@@ -74,15 +74,21 @@ libgflags.a will be installed at **/usr/local/lib**
- Build and install with: - Build and install with:
$ cd glog $ ./autogen.sh
$ ./configure --with-gflags=/usr/local/ $ ./configure --with-gflags=/usr/local/
$ make $ make
$ sudo make install $ sudo make install
libglog.so will be installed at **/usr/local/lib** libglog.so will be installed at **/usr/local/lib**
- Tourbleshooting: - 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: If the `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`, install Glog with the following commands:
$ cd glog $ cd glog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment