How can I install libjpeg on ubuntu 15.10? [closed]
I need of libjpeg on Dlin c++ , can any one help me to install the libjpeg on ubuntu 15.10?
Solution 1:
You can install libjpeg
and it's headers with:
sudo apt-get install libjpeg-dev
I need of libjpeg on Dlin c++ , can any one help me to install the libjpeg on ubuntu 15.10?
You can install libjpeg
and it's headers with:
sudo apt-get install libjpeg-dev