summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-05 04:17:37 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-05 04:17:37 +0000
commit7b5c46bc6004e2e74b74df9779e4616d53c84b28 (patch)
tree9138295ebe25c89067ea8fd0ffde4c0b7d60f440 /trunk/BUILDING.txt
parent9d29a8cc98ce0ae825aed040e16ec4899d90ff4c (diff)
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@342 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index 3cae8df..b3806a2 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -30,9 +30,12 @@ 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.
+-- The TurboJPEG/OSS JNI wrapper requires jni.h. Some systems, such as OS X
+ 10.4 and Solaris 10, have this header pre-installed. On OS X 10.5 and
+ later, the header can be obtained by installing the Java Developer Package,
+ which can be downloaded from http://connect.apple.com. On Linux and other
+ systems, the header can be obtained by installing the GCC Java development
+ packages or the Oracle Java Development Kit (JDK).
==================