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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This repository contains both a C++ and a python implementation of the
2 Google commandline flags module. Documentation for the C++
3 implementation is in doc/. Documentation for the python
4 implementation is at the top of gflags/flags.py.
5
6 See INSTALL for (generic) installation instructions for C++: basically
7 ./configure && make && make install
8
9 To install the python module, run
10 cd python; python ./setup.py install
11
12 When you install the python library, you also get a helper
13 application, gflags2man.py, installed into /usr/local/bin. You can
14 run gflags2man.py to create an instant man page, with all the
15 commandline flags and their docs, for any C++ or python program you've
16 written using the gflags library.
OLDNEW
« 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