Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 249 Bytes

glog-Installation.md

File metadata and controls

18 lines (14 loc) · 249 Bytes

glog Installation

Install gflags first.

$ sudo apt-get install libgflags-dev

Then install glog.

$ git clone https://github.com/google/glog.git
$ cd glog
$ mkdir build && cd build
$ cmake .. 
$ make
$ sudo make install