Compiling JPEG-libs

Sep 19, '02 08:41:40AM

Contributed by: midan23

If you want to compile the JPEG-libs (I found them on gimp.org [download], there's an easy way to do it:

 % tar xzf jpegsrc.v6b.tar.gz
% cd jpeg-6b
% ./configure
% make
% make test
% sudo make install
Now the most important part:
 % sudo make install-lib
After 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.]

Comments (4)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20020919054140925