organicmaps/3party/gflags
greshilov 4e50a45aad [qmake] Goodbye QMake!
+3party dirs
+Rebased
2017-12-28 12:38:00 +03:00
..
doc
m4
packages
src
aclocal.m4
AUTHORS
ChangeLog
CMakeLists.txt PR Fixes 2017-01-13 00:22:53 +03:00
config.guess
config.sub
configure
configure.ac
COPYING
depcomp
INSTALL
install-sh
libtool
ltmain.sh
Makefile.am
Makefile.in
missing
NEWS
README
README_windows.txt

This repository contains a C++ of the Google commandline flags module.
Documentation for the C++ implementation is in doc/. The python version of
gflags is now shipped seperately as it is completely independent of this
module.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install

See README_windows.txt for instructions on using under windows.