Skip to content

Instantly share code, notes, and snippets.

@aablinov
Last active May 10, 2021 08:16
lib_vips_install.sh
sudo apt-get install fonts-open-sans devscripts libfftw3-dev libmagickwand-dev libopenexr-dev liborc-0.4-0 gobject-introspection libgsf-1-dev libglib2.0-dev liborc-0.4-dev automake libtool swig gtk-doc-tools libpango1.0-dev -y
git clone https://github.com/libvips/libvips.git
cd libvips && ./autogen.sh && make && sudo make install
ldconfig -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment