Skip to content

Commit

Permalink
feat(DAddYE#12): add libwebp install in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Mar 18, 2015
1 parent 99fb65e commit 9862930
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _libvips_ can take advantage of [liborc](http://code.entropywave.com/orc/) if pr

### Install libvips on Mac OS

brew install vips --without-fftw --without-libexif --without-libgsf \
brew install vips --with-webp --without-fftw --without-libexif --without-libgsf \
--without-little-cms2 --without-orc --without-pango --without-pygobject3 \
--without-gobject-introspection --without-python

Expand All @@ -36,12 +36,13 @@ _libvips_ can take advantage of [liborc](http://code.entropywave.com/orc/) if pr
Compiling from source is recommended:

sudo apt-get install automake build-essential git gobject-introspection \
libglib2.0-dev libjpeg-turbo8-dev libpng12-dev gtk-doc-tools
libglib2.0-dev webp libjpeg-turbo8-dev libpng12-dev gtk-doc-tools
git clone https://github.com/jcupitt/libvips.git
cd libvips
./bootstrap.sh
./configure --enable-debug=no --without-python --without-fftw --without-libexif \
--without-libgf --without-little-cms --without-orc --without-pango --prefix=/usr
./configure --enable-debug=no --with-webp --without-python --without-fftw \
--without-libexif --without-libgf --without-little-cms --without-orc \
--without-pango --prefix=/usr
make
sudo make install
sudo ldconfig
Expand Down

0 comments on commit 9862930

Please sign in to comment.