tornavis/extern/glog
Campbell Barton 8b840eb896 Cleanup: quiet redefined warning in GLOG 2023-08-17 16:09:58 +10:00
..
include/glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
src Build: fix NetBSD support in Glog 2023-06-13 19:46:11 +02:00
AUTHORS Upgrade Google libraries 2020-06-19 12:02:21 +02:00
CMakeLists.txt Cleanup: quiet redefined warning in GLOG 2023-08-17 16:09:58 +10:00
COPYING
ChangeLog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
NEWS
README
README.blender Glog: fixed OpenBSD support 2023-05-16 09:30:35 +02:00

README

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