mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c4048f48b8
Signed-off-by: B. Watson <urchlay@slackware.uk>
8 lines
403 B
Bash
8 lines
403 B
Bash
# mozjpeg.sh: part of the SBo mozjpeg build, by B. Watson
|
|
# <urchlay@slackware.uk>. Source this file in your shell, to run
|
|
# mozjpeg's binaries by default, and to compile software with
|
|
# mozjpeg's libraries. Not installed +x by default to avoid
|
|
# conflicting with Slackware's libjpeg-turbo package.
|
|
|
|
export PATH=/opt/mozjpeg/bin:$PATH
|
|
export PKG_CONFIG_PATH=/opt/mozjpeg/lib@/pkgconfig:$PKG_CONFIG_PATH
|