blob: 74229821b81ade5a4fa18232150c4fe66798a0e4 [file] [log] [blame]
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.