Skip to content

Commit

Permalink
new libwebp
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 16, 2013
1 parent f6e87ad commit 315b74a
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,8 +1,8 @@
#/usr/bin/env sh
wget http://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
tar xvzf libwebp-0.3.0.tar.gz
cd libwebp-0.3.0
wget http://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
tar xvzf libwebp-0.3.1.tar.gz
cd libwebp-0.3.1
./configure
make
sudo make install
sudo ln -fs /usr/local/lib/libwebp.* /usr/lib/
sudo ln -fs /usr/local/lib/libwebp.* /usr/lib/

0 comments on commit 315b74a

Please sign in to comment.