Now you must manually install libjpeg:
curl --remote-name http://www.ijg.org/files/jpegsrc.v9a.tar.gz
tar -xzvf jpegsrc.v9a.tar.gz
cd jpeg-9a
./configure --prefix=/usr/local
make
sudo make install
Now you must manually install libjpeg:
curl --remote-name http://www.ijg.org/files/jpegsrc.v9a.tar.gz
tar -xzvf jpegsrc.v9a.tar.gz
cd jpeg-9a
./configure --prefix=/usr/local
make
sudo make install
This page was last edited on 7 May 2015, at 20:18.
Content is available under Public Domain unless otherwise noted.