Skip to content

Instantly share code, notes, and snippets.

@avioli
Last active November 2, 2016 02:35
Show Gist options
  • Save avioli/b268d0f5512de7024d587dbfabc5950c to your computer and use it in GitHub Desktop.
Save avioli/b268d0f5512de7024d587dbfabc5950c to your computer and use it in GitHub Desktop.
brew install libexif
# note: vips fails make install without libexif for some reason.
brew install homebrew/science/vips \
--with-python3 \
--with-webp \
--without-fftw \
--without-gobject-introspection \
--without-libgsf \
--without-little-cms2 \
--without-orc \
--without-pango \
--without-poppler \
--without-pygobject3
# note: poppler for pdf, but it uses openjpeg, which in turn requires little-cms2. fun.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment