summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-04 11:06:36 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-04 11:06:36 +0000
commit2814d1079c63be7997e0bdf157d54791f5b8381a (patch)
treea505f8135d02dcc0a08c39152dd2d14b6da6b7bb /trunk/BUILDING.txt
parent87801a6a5909eac7ca799637fc49c5a7e24390d6 (diff)
Add JNI wrapper for TurboJPEG/OSS
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@337 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index 9da5f20..3cae8df 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/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
========================