gflags/README
Craig Silverstein c44e0559cf * Reduce .o size by decomposing switches (jyrki)
* Document how to change the default flag value (csilvers)
	* Add a windows-specific README (csilvers)
	* A few comment updates (wojtekm)


git-svn-id: https://gflags.googlecode.com/svn/trunk@39 6586e3c6-dcc4-952a-343f-ff74eb82781d
2010-09-16 18:53:42 +00:00

9 lines
403 B
Text

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.