Skip to content

Commit

Permalink
new webp
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 7, 2016
1 parent 9b8f48d commit 9588318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/usr/bin/env sh
wget http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz
tar xvzf libwebp-0.4.3.tar.gz
cd libwebp-0.4.3
wget http://downloads.webmproject.org/releases/webp/libwebp-0.5.1.tar.gz
tar xvzf libwebp-0.5.1.tar.gz
cd libwebp-0.5.1
./configure --prefix=$HOME/opt
make && make install
make && make install

0 comments on commit 9588318

Please sign in to comment.