Hello,
I have installed swftools on OSX 10.5. You can compile and in stall
swftools on OSX by yourself (be sure you have Xcode installed - see
installation dvd). To get all the missing libraries installed, that are
used by swftools, I use macports (http://www.macports.org).
- Download the source distribution of swftools.
- Extract it.
- Open the terminal.
- Try to configure it: LDFLAGS="-L/opt/local/lib"
CPPFLAGS="-I/opt/local/include -I/opt/local/include/lame" ./configure
- If configure complains about missing libraries, install them using
macports (e.g.: sudo macports install t1lib)
- Now you can run make and make install.
Enjoy!
John
Benedikt Quirmbach wrote:
Hello,
is there somewhere a working binary of swfTools for Mac OS X 10.5?
At the moment I use swfTools with PHP on a Windows system. I want to
switch to Mac OS X.
Benedikt