aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-31 11:30:28 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-31 18:36:29 +0000
commit8531f88222e268bc444ffb58ec6efbb6af716382 (patch)
tree704af9d7ee911ddc3a7df5e04a15ea081d3cc881
parenta91dbf7aa7f56f81260dc4b79a67223566e8c258 (diff)
Include OS X installer dmgs as a package type we need to support.
Change-Id: I419fa4889d1fc2a9fd12ec19385543bd085e6b1e Reviewed-on: https://code.wireshark.org/review/3292 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--README.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 16be372c57..68e9d46650 100644
--- a/README.cmake
+++ b/README.cmake
@@ -120,9 +120,9 @@ What needs to be done?
- Guides are not installed.
- Build source package (using CPack).
This is obsolete if we decide to release VCS snapshots instead
-- Build packages (RPM, SVR4) (using CPack).
+- Build packages (RPM, SVR4, OS X installer dmg) (using CPack).
- Add back checkAPI target.
-- Test and add support for other platforms (BSDs, OSX,
+- Test and add support for other platforms (BSDs, OS X,
Solaris, Win32, Win64, ...)
- Add support for cmake configurations.
- Get plugins loading when running *shark from the build directory.