Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: tools/nixysa/third_party/gflags-1.0/README

Issue 2043006: WTF NPAPI extension. Early draft. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/nixysa/third_party/gflags-1.0/NEWS ('k') | tools/nixysa/third_party/gflags-1.0/aclocal.m4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nixysa/third_party/gflags-1.0/README
===================================================================
--- tools/nixysa/third_party/gflags-1.0/README (revision 0)
+++ tools/nixysa/third_party/gflags-1.0/README (revision 0)
@@ -0,0 +1,16 @@
+This repository contains both a C++ and a python implementation of the
+Google commandline flags module. Documentation for the C++
+implementation is in doc/. Documentation for the python
+implementation is at the top of gflags/flags.py.
+
+See INSTALL for (generic) installation instructions for C++: basically
+ ./configure && make && make install
+
+To install the python module, run
+ cd python; python ./setup.py install
+
+When you install the python library, you also get a helper
+application, gflags2man.py, installed into /usr/local/bin. You can
+run gflags2man.py to create an instant man page, with all the
+commandline flags and their docs, for any C++ or python program you've
+written using the gflags library.
« no previous file with comments | « tools/nixysa/third_party/gflags-1.0/NEWS ('k') | tools/nixysa/third_party/gflags-1.0/aclocal.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698