aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
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
========================