aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-06-17 21:17:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-06-17 21:17:06 +0000
commit35f18962cecf8fdc06661a514b494c89d678f919 (patch)
tree88eea6b11227b128bb749b4ad42dbb7c9c7799c6 /INSTALL
parent7282c3672350167c731f2fe37c60f25101cb83f3 (diff)
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--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 476b68a6f7..cfc4be2408 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.