Sha256: f4539cfd6ad49df44fb68b3fff2364c5bac507e43d3a69e43cbf429baa3151ab

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-0.4.2.tar.gz
tar xvzf libwebp-0.4.2.tar.gz
cd libwebp-0.4.2
./configure --prefix=$HOME/opt
make && make install

Version data entries

1 entries across 1 versions & 1 rubygems

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