LoginSignup
0

More than 5 years have passed since last update.

Install glog 3.3.0 in CentOS 6.6

Last updated at Posted at 2015-05-24

install glog 3.3.0

$ 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

ref:
https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-CentOS-6.4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0