File: README

package info (click to toggle)
google-glog 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,452 kB
  • ctags: 1,181
  • sloc: sh: 9,514; cpp: 6,005; makefile: 259; ansic: 75
file content (5 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (34)
1
2
3
4
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