Skip to content

Commit

Permalink
WSDG: add UN*X targets for building packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Feb 13, 2021
1 parent f0ebc50 commit 28dbff3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docbook/wsdg_src/WSDG_chapter_quick_setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ build the `all_guides` target, e.g. `make all_guides` or `ninja
all_guides`. Detailed information to build these guides can be found in
the file _docbook\README.adoc_ in the Wireshark sources.

==== Optional: Create an installable or source code package

To create a source code tarball, build the `dist` target.

To create an installable package after successfully building Wireshark:

* to build a Debian package, build the `deb-package` target;
* to build an RPM package, build the `rpm-package` target;
* to build an https://appimage.org[AppImage] package, build the
`appimage` target;
* to build a macOS dmg package containing am application bundle, build
the `dmg_package` target.

[[ChSetupWin32]]

=== Win32/64: Step-by-Step Guide
Expand Down

0 comments on commit 28dbff3

Please sign in to comment.