These are the steps to build latest libvips (8.7.4) deb package on ubuntu 18.04
##1. install build scripts
# sudo apt install build-essential devscripts
##2. download vips source
sudo iptables -t nat -L | |
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8000 |
Installing `libvips` from source on Ubuntu 18.04 Bionic | |
(See the first comment at https://gist.github.com/apcro/99ced7c8a5b20fd77622e7394c2049ac for a formatted version of this gist) | |
<code> | |
wget https://github.com/libvips/libvips/releases/download/v8.8.2/vips-8.8.2.tar.gz | |
tar -xvf vips-8.8.2.tar.gz | |
cd vips-8.8.2 | |
./configure | |
</code> |
These are the steps to build latest libvips (8.7.4) deb package on ubuntu 18.04
##1. install build scripts
# sudo apt install build-essential devscripts
##2. download vips source