summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-21 19:47:06 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-21 19:47:06 +0000
commit276471a1a77df340102418ec8f3b050867b4f434 (patch)
treedbe0eb2793f455f0e556900e42baae580af255ce /trunk/BUILDING.txt
parenta3cf1128cd7b491cd336f1da5178660dde07e39a (diff)
Allow Mac and Solaris packages to be built with v7/v8b emulated libraries
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@286 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index f99babe..28ff0a3 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -540,6 +540,20 @@ make udmg [BUILDDIR32={32-bit build directory}]
{source_directory}/osxx86 by default, but you can override this by setting
the BUILDDIR32 variable on the make command line as shown above.
+make sunpkg
+
+ Build a Solaris package. This requires pkgmk, pkgtrans, and bzip2.
+
+make csunpkg [BUILDDIR32={32-bit build directory}]
+
+ On 64-bit Solaris systems, this creates a combined package which contains
+ both 32-bit and 64-bit libraries. You should first configure a 32-bit
+ out-of-tree build of libjpeg-turbo, then configure a 64-bit out-of-tree
+ build, then run 'make csunpkg' from the 64-bit build directory. The build
+ system will look for the 32-bit build under {source_directory}/solx86 by
+ default, but you can override this by setting the BUILDDIR32 variable on the
+ make command line as shown above.
+
make cygwinpkg
Build a Cygwin binary package.