Sha256: d06fa775e712d713d0c66fc3ccd113dabf6374c3cea14eebaf1b867ffa3dcab0

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

#/usr/bin/env sh
wget http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
tar xvzf libwebp-1.0.2.tar.gz
cd libwebp-1.0.2
./configure --prefix=$HOME/opt
make && make install

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webp-ffi-0.2.6 spec/travis_build.sh