aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-29 12:12:26 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-29 12:12:26 +0000
commitcd950b021972f9977fac2c82013188e6beb24cbd (patch)
treed6efe47a35ca8e4cf1be8ea0e61aae325dc29534 /README.cmake
parent80973f7158c1e72b2ae9b754233723fbafdd224b (diff)
- Beginnings of cmake in docbook directory
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31379 f5534014-38df-0310-8fa8-9805f1628bb7
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.