Skip to content

Commit

Permalink
new webp
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 31, 2014
1 parent 9192576 commit d90d36f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#/usr/bin/env sh
wget https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
tar xvzf libwebp-0.4.0.tar.gz
cd libwebp-0.4.0
wget http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz
tar xvzf libwebp-0.4.2.tar.gz
cd libwebp-0.4.2
./configure
make
sudo make install
make && sudo make install
sudo ln -fs /usr/local/lib/libwebp.* /usr/lib/

0 comments on commit d90d36f

Please sign in to comment.