mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
doc | ||
include/gflags | ||
src | ||
test | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
INSTALL | ||
NEWS | ||
README |
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.