From 93934942f7626b855756a29cf92d75b1de71c0ac Mon Sep 17 00:00:00 2001 From: dcommander Date: Thu, 21 Oct 2010 19:47:06 +0000 Subject: 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 --- BUILDING.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'BUILDING.txt') 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. -- cgit v1.2.3