summaryrefslogtreecommitdiff
path: root/README
blob: 74229821b81ade5a4fa18232150c4fe66798a0e4 (plain)
1
2
3
4
5
6
7
8
9
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.