mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 13:35:04 +00:00
* 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
9 lines
403 B
Text
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.
|