aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-16 10:33:58 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-16 17:35:47 +0000
commit475daf767f96dae856c568870990b55f4481df75 (patch)
treeac29b31b6b56eb506b01a393f07f0ec8d952a2b9 /INSTALL
parent507d8211e9c5744caf4198274a724b8bdd0ee12e (diff)
More CMake documentation updates.
Change-Id: Ia568e0f46e7a38007bb9b8ea3d6c92233921cc46 Reviewed-on: https://code.wireshark.org/review/26504 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index ae0b519ade..412168f12c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -67,10 +67,10 @@ README.windows for those instructions.
spaces.
7. Run 'cmake <options> <path/to/the/wireshark/sources>' in your build
- directory. Running 'cmake -L' displays a complete list of options.
- The "Tool Reference" section of Developer's Guide contains general
- instructions for using CMake. Some of the Wireshark-specific options
- are as follows:
+ directory. Running 'cmake -LH <path/to/the/wireshark/sources>'
+ displays a complete list of options. The "Tool Reference" section of
+ Developer's Guide contains general instructions for using CMake. Some
+ of the Wireshark-specific options are as follows:
-G Ninja
CMake supports many different build systems, including UNIX