Last active
May 10, 2021 08:16
lib_vips_install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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