aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-10-21 19:47:06 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-10-21 19:47:06 +0000
commit93934942f7626b855756a29cf92d75b1de71c0ac (patch)
treedfceb5d8cb15cb2ea674c1cfdd2cb4eb5d1d71b6 /BUILDING.txt
parent82be1148c1c6a2a648b4e068a50d842a0b4bb65d (diff)
Allow Mac and Solaris packages to be built with v7/v8b emulated libraries
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@286 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index f99babe..28ff0a3 100644
--- a/BUILDING.txt
+++ b/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.