Thread: libjpeg-turbo installation
i'm start new project read many jpeg images , started exploratory work read exif data. 1 thing lead , stumbled upon libjpeg-turbo.
wow, thought, has same api libjpeg62 i'm using on earlier project, , promises 2x 4x speed improvement. free money, quantitative easing, etc. drift... fact guys @ chrome using clincher.
first tried obvious:
sudo apt-get install libjpeg-turbo
didn't work. , few obvious variants equally no effect.
downloaded debian package sourceforge , installed using ubuntu installer , seemed well, except can't find installer put lib , neither can gcc.
i'm using 10.10 -- forgot mention.
i've searched in /usr/lib jpeg in name, , called?
simple issue has promise of instant gratification.
maybe lib lurking in /opt/libjpeg-turbo/lib
this guy seems have figured how it:
http://foss-boss.blogspot.com/2010/1...-on-cloud.html
# wget 'http://sourceforge.net/projects/libjpeg-turbo/files/1.0.1/libjpeg-turbo_1.0.1_i386.deb/download' -o libjpeg-turbo_1.0.1_i386.deb
# dpkg -i libjpeg-turbo_1.0.1_i386.deb
selecting deselected package libjpeg-turbo.
(reading database ... 25967 files , directories installed.)
unpacking libjpeg-turbo (from libjpeg-turbo_1.0.1_i386.deb) ...
setting libjpeg-turbo (1.0.1-20100909) ...
# ls -l /usr/lib/libjpeg.so.62
lrwxrwxrwx 1 root root 17 2010-11-12 12:35 /usr/lib/libjpeg.so.62 -> libjpeg.so.62.0.0
# rm -rf /usr/lib/libjpeg.so.62
# ln -s /opt/libjpeg-turbo/lib/libjpeg.so.62.0.0 /usr/lib/libjpeg.so.62
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] libjpeg-turbo installation
Ubuntu
Comments
Post a Comment