Extract archive non verbose
This commit is contained in:
parent
9413616c72
commit
3dca2073ac
|
@ -9,7 +9,7 @@ rm -rf libwebp*
|
||||||
|
|
||||||
# download and extract latest libwebp sources
|
# download and extract latest libwebp sources
|
||||||
wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz -O libwebp.tar.gz
|
wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz -O libwebp.tar.gz
|
||||||
tar xvzf libwebp.tar.gz
|
tar xzf libwebp.tar.gz
|
||||||
cd libwebp-* || exit
|
cd libwebp-* || exit
|
||||||
|
|
||||||
# configure libwebp and launch compilation
|
# configure libwebp and launch compilation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user