aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-08-30 18:02:52 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-01 01:07:08 +0000
commiteb14a1f9323df051f4facadcf64fe729b1c42928 (patch)
tree159bd0ae0eab9696aedf0fda90c4d48b72418af6 /README.cmake
parent4a3e62cd54215864604292bb1a8708f34a4cc581 (diff)
WSUG: Convert the ``File I/O'' chapter to AsciiDoc.
Leave most of the content intact for now. Remove images for no-longer-supported versions of GTK+. Add an example for building the Guides to README.cmake. Change-Id: Id9e6a308c91b594d1fb7f107d7b9b28074a92a8b Reviewed-on: https://code.wireshark.org/review/3931 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index ca9216e370..14e1bde5d5 100644
--- a/README.cmake
+++ b/README.cmake
@@ -47,6 +47,9 @@ Note 1:
# Disable GTK+ 3
-DENABLE_GTK3=OFF
+ # Build documentation
+ -DENABLE_GUIDES=ON
+
# Make ccache and clang work together
-DCMAKE_C_FLAGS='-Qunused-arguments'