/gflags-mirror

To BE REMOVED. Official repository had moved to GitHub. (will be removed in Sep2015)

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.