aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-24 06:40:25 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2013-04-24 06:40:25 +0000
commit6bebb24e78fc19238c941a8832457b567f2d17cd (patch)
tree8ba465eaf7a2915433ebe6c816d39da15b8d0926 /java
parentbf844094b723f7b3395086342deffe23f2f606f8 (diff)
Minor doc tweaks + ChangeLog update
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@951 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'java')
-rw-r--r--java/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/README b/java/README
index eecc5b2..88ddc3b 100644
--- a/java/README
+++ b/java/README
@@ -39,8 +39,8 @@ Installation Directory
The TurboJPEG Java Wrapper will look for the TurboJPEG JNI library
(libturbojpeg.so, libturbojpeg.jnilib, or turbojpeg.dll) in the system library
-paths or in any paths specified in LD_LIBRARY_PATH (Unix), DYLD_LIBRARY_PATH
-(Mac), or PATH (Windows.) Failing this, on Unix and Mac systems, the wrapper
+paths or in any paths specified in LD_LIBRARY_PATH (Un*x), DYLD_LIBRARY_PATH
+(Mac), or PATH (Windows.) Failing this, on Un*x and Mac systems, the wrapper
will look for the JNI library under the library directory configured when
libjpeg-turbo was built. If that library directory is
/opt/libjpeg-turbo/lib32, then /opt/libjpeg-turbo/lib64 is also searched, and