mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Revert "Update instructions to build glog from source"
This reverts commit 17966e579e
.
This commit is contained in:
parent
17966e579e
commit
cd36d91610
11
README.md
11
README.md
@ -156,21 +156,10 @@ $ 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
|
||||
|
Loading…
Reference in New Issue
Block a user