Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
/ google-glog Public archive
forked from yodamaster/google-glog

CMake compatible version of Google's logging library

License

Notifications You must be signed in to change notification settings

Paycasso/google-glog

 
 

Repository files navigation

google-glog 0.3.3

This repository contains a C++ version of the Google logging library. Documentation for the C++ implementation is in doc/.

Origin

The code was taken from https://code.google.com/p/google-glog/ and adapted to work with cmake properly.

Installation

For building in a Unix environment, simply type

cmake -G 'Unix Makefiles' && make && make install

On windows, open a command prompt and enter

cmake -G 'Visual Studio 10'

This will generate project files for Visual Studio 2010.

Of course you can use any other CMake generator you like.

About

CMake compatible version of Google's logging library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 92.0%
  • CMake 4.3%
  • Shell 2.7%
  • C 1.0%