[hamradio-commits] [gnss-sdr] 170/303: Update instructions to build glog from source

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 17966e579e0737e01b40117b4d754ceb967bdbc5
Author: Carles Fernandez <carlesfernandez at gmail.com>
Date:   Tue Nov 29 11:45:05 2016 +0100

    Update instructions to build glog from source
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index b1c3b30..2f0eb98 100644
--- a/README.md
+++ b/README.md
@@ -156,10 +156,21 @@ $ sudo ldconfig
 
 #### Install [Glog](https://github.com/google/glog "Glog's Homepage"), a library that implements application-level logging:
 
+Note: in order to regenerate the autotools files (the ones that come with glog are obsolete), you will need the packages `automake` and `libtool` installed:
+
+~~~~~~
+$ sudo apt-get install automake libtool
+~~~~~~
+
+Then:
+
 ~~~~~~
 $ wget https://github.com/google/glog/archive/v0.3.4.tar.gz
 $ tar xvfz v0.3.4.tar.gz
 $ cd glog-0.3.4
+$ aclocal
+$ automake --add-missing
+$ autoreconf -vfi
 $ ./configure
 $ make
 $ sudo make install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list