Skip to content

Instantly share code, notes, and snippets.

@skunkworker
Created September 2, 2017 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save skunkworker/c83551c82702eb190a5b980c017670b1 to your computer and use it in GitHub Desktop.
Save skunkworker/c83551c82702eb190a5b980c017670b1 to your computer and use it in GitHub Desktop.
Vips 8.5.8 install from source for Ubuntu
cd tmp/;
curl -L https://github.com/jcupitt/libvips/releases/download/v8.5.8/vips-8.5.8.tar.gz | tar xz; \
cd vips-8.5.8; \
dpkg --configure -a; \
echo "/usr/local/lib/" >> /etc/ld.so.conf.d/local.conf; \
./configure; \
make; \
sudo make install;
@clusteratlas
Copy link

I'm getting stuck after hours of allowing it to run :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment