Update script
This commit is contained in:
parent
673889e740
commit
c1b6708ec2
|
@ -7,7 +7,7 @@
|
||||||
# Author: VirtuBox
|
# Author: VirtuBox
|
||||||
# License: M.I.T
|
# License: M.I.T
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Version 1.1 - 2019-07-12
|
# Version 1.1 - 2019-09-24
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
||||||
CSI='\033['
|
CSI='\033['
|
||||||
|
|
|
@ -24,7 +24,8 @@ curl -sL "$OPTIPNGLATEST" | tar -I pigz -xf -
|
||||||
cd optipng-* || exit 1
|
cd optipng-* || exit 1
|
||||||
|
|
||||||
# configure and compile optipng
|
# configure and compile optipng
|
||||||
./configure --prefix=/usr
|
./configure
|
||||||
make -j "$(nproc)"
|
make -j "$(nproc)"
|
||||||
strip --strip-unneeded /usr/local/src/optipng-*/src/optipng/optipng
|
strip --strip-unneeded /usr/local/src/optipng-*/src/optipng/optipng
|
||||||
make install
|
make install
|
||||||
|
ldconfig
|
|
@ -24,7 +24,8 @@ curl -sL "https:$LATEST_WEBP" | tar -I pigz -xf -
|
||||||
cd libwebp-* || exit
|
cd libwebp-* || exit
|
||||||
|
|
||||||
# configure libwebp and launch compilation
|
# configure libwebp and launch compilation
|
||||||
./configure --prefix=/usr
|
./configure
|
||||||
make -j "$(nproc)"
|
make -j "$(nproc)"
|
||||||
strip --strip-unneeded /usr/local/src/libwebp-*/examples/.libs/{cwebp,dwebp}
|
strip --strip-unneeded /usr/local/src/libwebp-*/examples/.libs/{cwebp,dwebp}
|
||||||
make install
|
make install
|
||||||
|
ldconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user