github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/src/third_party/gflags/README (about) 1 This repository contains a C++ of the Google commandline flags module. 2 Documentation for the C++ implementation is in doc/. The python version of 3 gflags is now shipped seperately as it is completely independent of this 4 module. 5 6 See INSTALL for (generic) installation instructions for C++: basically 7 ./configure && make && make install 8 9 See README_windows.txt for instructions on using under windows.