glog/README
Shinichiro Hamaji 4f3e18bf26 Remove files generated by autotools
for #165. I think not many projects have them in their repo.
2017-05-12 14:53:39 +09:00

6 lines
253 B
Plaintext

This repository contains a C++ implementation of the Google logging
module. Documentation for the implementation is in doc/.
See INSTALL for (generic) installation instructions for C++: basically
./autogen.sh && ./configure && make && make install