summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-12-29 12:12:26 +0000
committerJörg Mayer <jmayer@loplof.de>2009-12-29 12:12:26 +0000
commit9a69a7934e3c7e404d09cb18ae1c8a14637d9b5d (patch)
treed6efe47a35ca8e4cf1be8ea0e61aae325dc29534 /README.cmake
parentd0cd08b6798bde869fcb435a4ad70267cfb048c0 (diff)
downloadwireshark-9a69a7934e3c7e404d09cb18ae1c8a14637d9b5d.tar.gz
- Beginnings of cmake in docbook directory
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index c66201cf73..d293e4c23d 100644
--- a/README.cmake
+++ b/README.cmake
@@ -44,6 +44,10 @@ Note 2:
On OS X, you may want to run cmake like this:
cmake -DENABLE_CAP=OFF -G "Unix Makefiles"
+Note 3:
+ After running cmake, you can always run "make help" to see
+ a list of all possible make targets.
+
Why cmake?
==========
- Can create project files for some MS and Apple IDEs.