benvanik / gflags

Mirror of the SVN gflags project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mirror of the SVN gflags project.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 43.8%Language:C++ 40.4%Language:Makefile 10.4%Language:M4 3.3%Language:C 2.1%