Update build instructions to reflect the use of pkgbuild/productbuild

This commit is contained in:
DRC
2014-03-25 05:27:16 +00:00
parent af19664571
commit 86612bf441

View File

@@ -712,11 +712,11 @@ make deb
make dmg make dmg
Create Macintosh package/disk image. This requires the PackageMaker Create Macintosh package/disk image. This requires pkgbuild and
application, which must be installed in /Developer/Applications/Utilities. productbuild, which are installed by default on OS X 10.7 and later and which
Note that PackageMaker is not included in recent releases of Xcode, but it can be obtained by installing Xcode 3.2.6 (with the "Unix Development"
can be obtained by downloading the "Auxiliary Tools for Xcode" package from option) on OS X 10.6. Packages built in this manner can be installed on OS X
http://developer.apple.com/downloads. 10.5 and later, but they must be built on OS X 10.6 or later.
make udmg [BUILDDIR32={32-bit build directory}] make udmg [BUILDDIR32={32-bit build directory}]