If you want to compile the JPEG-libs (I found them on gimp.org [download], there's an easy way to do it:
[Editor's note: I have not tested this hint.]
% tar xzf jpegsrc.v6b.tar.gzNow the most important part:
% cd jpeg-6b
% ./configure
% make
% make test
% sudo make install
% sudo make install-libAfter this, you should have functional JPEG-libs on your machine. I hope this can be usefull for somebody ...
[Editor's note: I have not tested this hint.]
•
[4,910 views]

