aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-04 11:06:36 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-04 11:06:36 +0000
commit6b4b07099192bf2d2b5df202a45c4548c0a5f3ce (patch)
tree3481703f3ca31ccd637ac12ed3713dee0726c5d4 /BUILDING.txt
parent1450c81111eaa2815a8a1a94207160d23278d783 (diff)
Add JNI wrapper for TurboJPEG/OSS
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@337 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 9da5f20..3cae8df 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -30,6 +30,10 @@ Build Requirements
-- GCC v4.1 or later recommended for best performance
+-- If building the TurboJPEG/OSS JNI wrapper, the Java Development Kit (JDK)
+ must be installed. On OS X 10.5 and later, instead install the Java
+ Developer Package, which can be obtained from http://connect.apple.com.
+
==================
Out-of-Tree Builds
@@ -117,6 +121,14 @@ add --without-arith-enc or --without-arith-dec to the configure command line to
disable encoding or decoding (respectively.)
+TurboJPEG/OSS JNI Wrapper
+-------------------------
+Add --with-jni to the configure command line to incorporate an optional Java
+Native Interface wrapper into the TurboJPEG/OSS dynamic library. This allows
+the dynamic library to be used directly from Java applications. See
+java/README for more details.
+
+
========================
Installing libjpeg-turbo
========================