Skip to content

Instantly share code, notes, and snippets.

@giwa
Last active August 29, 2015 14:21
Show Gist options
  • Save giwa/048f264b1f70961b9f67 to your computer and use it in GitHub Desktop.
Save giwa/048f264b1f70961b9f67 to your computer and use it in GitHub Desktop.
Install glog 3.3.0 in CentOS 6.6 ref: http://qiita.com/giwa/items/3bd5c5abf53069eb95b0
$ wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz
$ tar xzvf glog-0.3.3.tar.gz
$ svn checkout http://google-glog.googlecode.com/svn/trunk/ google-glog
$ cd google-glog
$ configure
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment