On Fri, Aug 21, 2009 at 3:10 PM, majikins zzz<[email protected]> wrote: > Hi > > I have tried to compile on ubuntu jaunty 9.04 but get the error > described in the FAQ on ./configure where it complains about > dependencies on freetype and jpeglib. I have looked at the freetype > website and can't figure out what to install. When I get the jpeglib > link, the link is dead. Has anyone compiled on jaunty successfully > and what steps did you follow? I am a bit of a novice on linux and > would appreciate detailed instruction if possible.
try: sudo apt-get install libjpeg62-dev sudo apt-get install libfreetype6-dev Don't know if you will need more stuff, but you have everything needed by swftools in ubuntu repos. Just go to synaptic and search. Regards, Ricardo
