tornavis/extern/glog
Campbell Barton 3331aaaf16 CMake: add missing headers 2023-06-16 09:49:56 +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 CMake: add missing headers 2023-06-16 09:49:56 +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