From: kramm Date: Tue, 23 Nov 2004 18:46:10 +0000 (+0000) Subject: updated Mac OS X section. X-Git-Tag: release-0-6-3~131 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=81ec26ab040a3a816e9fadeaaea9ce9d07b2f54a updated Mac OS X section. --- diff --git a/FAQ b/FAQ index e5722b0..84e0a20 100644 --- a/FAQ +++ b/FAQ @@ -65,13 +65,22 @@ 6.) How do I compile swftools on Mac OS X? - First, you need to install all the required libs (jpeg, t1lib, freetype, lame) via Fink. + You need to get fink (http://fink.sourceforge.net), and install it. + After this, you need to install all the required libs (jpeg, freetype, lame): + + fink install libjpeg libjpeg-shlibs freetype2 freetype2-shlibs lame lame-shlibs + Then, you have to inform configure of where they are: - ( setenv LDFLAGS "-L/sw/lib" ; setenv CPPFLAGS "-I/sw/include -I/sw/include/lame" ; ./configure ) + LDFLAGS="-L/sw/lib" CPPFLAGS="-I/sw/include -I/sw/include/lame" ./configure make sudo make install + If this doesn't work, especially if you want to use the python library and + get weird exceptions, try to remove all versions of jpeglib, freetype and + lame from /usr/lib and /usr/local/lib, and then run configure/make/make install + again. + 7.) Is there a pdf2swf/avi2swf for Windows? Windows versions of all SWF utilities are downloadable from