diff options
Diffstat (limited to 'thirdparty/glog/glog-0.3.4/README')
-rw-r--r-- | thirdparty/glog/glog-0.3.4/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/glog/glog-0.3.4/README b/thirdparty/glog/glog-0.3.4/README new file mode 100644 index 0000000..77efd37 --- /dev/null +++ b/thirdparty/glog/glog-0.3.4/README @@ -0,0 +1,5 @@ +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 + ./configure && make && make install |