X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=FAQ;h=8014c17ef409dfc30c514aa4b9a6fcef5551e0cb;hb=18fe677319093e0e5d80eb8fc626d2c5a88e4724;hp=7757458a70cefff55767936fa09eb2bda35ec723;hpb=4956d958e54996c562dcbfc1d62ef41108570cd0;p=swftools.git diff --git a/FAQ b/FAQ index 7757458..8014c17 100644 --- a/FAQ +++ b/FAQ @@ -47,6 +47,12 @@ ranlib /usr/local/lib/libjpeg.a ldconfig /usr/local/lib + In order to install jpeglib, it's furthermore been remarked that you need + to do + make install-lib + make install-headers + . + If it still doesn't work, try removing the file "config.cache" before running configure again. @@ -76,6 +82,11 @@ lame from /usr/lib and /usr/local/lib, and then run configure / make / make install again. + If you also want to use the python interface, you may have to copy the + Imaging headers (Imaging.h, ImPlatform.h, ImConfig.h) to + /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/ + before running configure. + 7.) Is there a pdf2swf/avi2swf for Windows? Windows versions of all SWF utilities are downloadable from @@ -83,8 +94,6 @@ . (There's a self-extracting .exe version of all versions since 0.6.1, and a .zip or .rar archive of the newest development snapshot) - Notice: For now, the utilities need to be installed to C:\SWFTOOLS to make pdf2swf work- - otherwise it won't be able to find its fonts. 8.) Where's the source code of the Windows version? @@ -97,6 +106,9 @@ CXX=i386-mingw32msvc-g++ CPP=i386-mingw32msvc-cpp CC=i386-mingw32msvc-gcc \ ./configure --host=i586-mingw32msvc && make + For compiling on Windows itself, there's a HOWTO from Daichi Shinozaki: + http://lists.gnu.org/archive/html/swftools-common/2005-02/msg00023.html + 9.) The fonts in the SWFs generated by pdf2swf are wrong! Watch the output of pdf2swf closely. @@ -173,7 +185,7 @@ 15.) Where can I donate? You can donate via PayPal by clicking on the "donate" button - on http://www.quiss.org/swftools/index.html + on http://www.swftools.org/donate.html . Any financial support for this project is most welcome!