tornavis/extern/glog
Dalai Felinto 46e66d154c Missing README.blender license files + New BSD cases
I also changed New BSD to BSD 3 Clause.

Differential Revision: https://developer.blender.org/D9791
2020-12-08 18:51:14 +01:00
..
include/glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
src Upgrade Google libraries 2020-06-19 12:02:21 +02:00
AUTHORS Upgrade Google libraries 2020-06-19 12:02:21 +02:00
CMakeLists.txt Upgrade Google libraries 2020-06-19 12:02:21 +02:00
COPYING
ChangeLog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
NEWS
README
README.blender Missing README.blender license files + New BSD cases 2020-12-08 18:51:14 +01: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