aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-03-23 03:17:41 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-03-23 03:17:41 +0000
commit9efb6fac2e39bc62e7c8285f810139c14c92c388 (patch)
tree762e7b95d3b6ab7404a365011e03897c0c08b1c9 /BUILDING.txt
parent765c62903cbe24250643b8a90268d226a66b9889 (diff)
Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@819 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 8f19edc..91fbc77 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -671,20 +671,6 @@ make iosdmg [BUILDDIR32={32-bit build directory}] \
default, but you can override this by setting the BUILDDIR32, BUILDDIRARMV6,
and/or BUILDDIRARMV7 variables 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 that 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.