aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-10-04 16:27:08 -0700
committerAnders Broman <a.broman58@gmail.com>2017-10-06 04:33:55 +0000
commit6172627534168bb31415fa31a7cecdb15bcca4ab (patch)
tree3804d72fe123a3c0e9fb1137a662207a0d4f3a5d /docbook/wsdg_src
parentae794fc5f24e893b20f4161ac3cfb20e018e9b96 (diff)
Make osx-app.sh a configured file and remove Autotools targets.
Rename osx-app.sh to osx-app.sh.in and add the version to the plugin path at configure time. Instead up updating Autotools accordingly just remove the macOS packaging targets. gf61c381b5a removed support for Autotools in osx-app.sh and if anyone wants to build macOS packages I'd prefer that they use the same toolchain as the buildbot. Change-Id: Ide5205265bf8859a85b1afab68fa8f8285952bd3 Reviewed-on: https://code.wireshark.org/review/23839 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_sources.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
index c63865ebf6..c8a2a83c2f 100644
--- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc
@@ -1059,12 +1059,11 @@ installing the _qt-devel_ package.
==== macOS: .dmg packages
The macOS Package is built using macOS packaging tools, based on information
-found in the source tree under 'packaging/macosx'.
-
-In the wireshark directory, type:
+found in the source tree under 'packaging/macosx'. It must be built using
+CMake. In your build directory, type:
----
-$ make osx-package
+$ make dmg_package
----
to build the macOS Package.