swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] How to install and use Pdf 2 Swf on Mac OS X ?


From: Matthias Kramm
Subject: Re: [Swftools-common] How to install and use Pdf 2 Swf on Mac OS X ?
Date: Mon, 19 Jan 2004 16:41:54 +0100
User-agent: Mutt/1.4i

On Tue, Jan 13, 2004 at 10:50:57PM -0800, Muhammad Afzaal wrote:
> How to install and use Pdf 2 Swf on Mac OS X ? 

You need the Mac OS X Developer Tools (a port of the GNU development
toolchain to Mac, if I got it right).
I believe you can download them here:
    http://developer.apple.com/tools/download/

After you have them, download swftools-0.4.4.tar.gz and
t1lib-1.3.1.tar.gz, put them into a directory, and then
run the followings commands in that directory:

gzip -d swftools-0.4.4.tar.gz
gzip -d t1lib-1.3.1.tar.gz
tar -xf t1lib-1.3.1.tar
cd t1lib-1.3.1
./configure
make 
make install
cd ..
tar -xf swftools-0.4.4.tar
cd swftools-0.4.4
./configure
make 
make install

HTH, Greetings

Matthias







reply via email to

[Prev in Thread] Current Thread [Next in Thread]