diff options
author | B. Watson <yalhcru@gmail.com> | 2017-05-03 14:22:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:28:59 +0700 |
commit | bd598cb15f7bbaff0b17dcc2f8859e245b8d8e58 (patch) | |
tree | 4bc79dcd9c35cf959d6a9d091e2e7708a3f94cbc /graphics/mozjpeg/README | |
parent | 440e47959af816026ae14410b1e4263c08b92cbd (diff) | |
download | slackbuilds-bd598cb15f7bbaff0b17dcc2f8859e245b8d8e58.tar.gz |
graphics/mozjpeg: Updated for version 3.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/mozjpeg/README')
-rw-r--r-- | graphics/mozjpeg/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/mozjpeg/README b/graphics/mozjpeg/README index 7853d2ec80..00b151318f 100644 --- a/graphics/mozjpeg/README +++ b/graphics/mozjpeg/README @@ -28,8 +28,13 @@ export PATH=/opt/mozjpeg/bin:$PATH export MANPATH=/opt/mozjpeg/man:$MANPATH To compile & link with the mozjpeg libraries, use -I/opt/mozjpeg/include -and -L/opt/mozjpeg/lib (or lib64). You might also want -static, or else --Wl,-rpath,/opt/mozjpeg/lib (or lib64). +and -L/opt/mozjpeg/lib (or lib64). You might also want -static, or +else -Wl,-rpath,/opt/mozjpeg/lib (or lib64). Starting with version 3.2, +there's also pkg-config support for mozjpeg. In ~/.bash_profile: + +export PKG_CONFIG_PATH=/opt/mozjpeg/lib64/pkgconfig:$PKG_CONFIG_PATH + +(chage lib64 to lib, for 32-bit Slackware) If you built with JAVA=yes, the java library will be installed as /opt/mozjpeg/classes/turbojpeg.jar, and the docs will be in |