You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exercise_2/colmap-build/glog-0.3.5
Aoi a1e351e2dc
hexuesong
3 years ago
..
cmake hexuesong 3 years ago
doc hexuesong 3 years ago
m4 hexuesong 3 years ago
packages hexuesong 3 years ago
src hexuesong 3 years ago
vsprojects hexuesong 3 years ago
.gitignore hexuesong 3 years ago
AUTHORS hexuesong 3 years ago
CMakeLists.txt hexuesong 3 years ago
CONTRIBUTING.md hexuesong 3 years ago
CONTRIBUTORS hexuesong 3 years ago
COPYING hexuesong 3 years ago
ChangeLog hexuesong 3 years ago
INSTALL hexuesong 3 years ago
Makefile.am hexuesong 3 years ago
Makefile.in hexuesong 3 years ago
NEWS hexuesong 3 years ago
README hexuesong 3 years ago
README.windows hexuesong 3 years ago
aclocal.m4 hexuesong 3 years ago
compile hexuesong 3 years ago
config.guess hexuesong 3 years ago
config.sub hexuesong 3 years ago
configure hexuesong 3 years ago
configure.ac hexuesong 3 years ago
depcomp hexuesong 3 years ago
glog-config.cmake.in hexuesong 3 years ago
google-glog.sln hexuesong 3 years ago
install-sh hexuesong 3 years ago
libglog.pc.in hexuesong 3 years ago
ltmain.sh hexuesong 3 years ago
missing hexuesong 3 years ago
mkinstalldirs hexuesong 3 years ago
test-driver hexuesong 3 years ago

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