summaryrefslogtreecommitdiff
path: root/src/third_party/gflags-2.0/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/gflags-2.0/README')
-rwxr-xr-xsrc/third_party/gflags-2.0/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/third_party/gflags-2.0/README b/src/third_party/gflags-2.0/README
new file mode 100755
index 00000000000..74229821b81
--- /dev/null
+++ b/src/third_party/gflags-2.0/README
@@ -0,0 +1,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.