updated Mac OS X section.
authorkramm <kramm>
Tue, 23 Nov 2004 18:46:10 +0000 (18:46 +0000)
committerkramm <kramm>
Tue, 23 Nov 2004 18:46:10 +0000 (18:46 +0000)
FAQ

diff --git a/FAQ b/FAQ
index e5722b0..84e0a20 100644 (file)
--- a/FAQ
+++ b/FAQ
 
 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