diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-06-17 21:17:06 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-06-17 21:17:06 +0000 |
commit | 35f18962cecf8fdc06661a514b494c89d678f919 (patch) | |
tree | 88eea6b11227b128bb749b4ad42dbb7c9c7799c6 /INSTALL | |
parent | 7282c3672350167c731f2fe37c60f25101cb83f3 (diff) | |
download | wireshark-35f18962cecf8fdc06661a514b494c89d678f919.tar.gz wireshark-35f18962cecf8fdc06661a514b494c89d678f919.tar.bz2 wireshark-35f18962cecf8fdc06661a514b494c89d678f919.zip |
Added 'make osx-package' for building binary package for OSX.
Corrected text describing 'make svr4-package'.
svn path=/trunk/; revision=37700
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -219,14 +219,15 @@ README.windows for those instructions. working. You must have root privileges in order to capture live data. 9. Run 'make install'. If you're running a system that supports - the Apt, RPM, or System V Release 4 packaging systems, you can + the Apt, RPM, OSX, or System V Release 4 packaging systems, you can run one of make debian-package # Builds a binary package using dpkg make rpm-package # Builds a binary package using rpm make srpm-package # Builds a source package using rpm - make svr4-package # Builds a source package using pkgmk + make svr4-package # Builds a binary package using pkgmk make solaris-package # Same as "make svr4-package" + make osx-package # Builds a binary package for OSX to make an installable package for your system. |