On Wed, Aug 05, 2009 at 12:28:04PM +0200, LivingDocs <[email protected]>
wrote:
> I want to install SWFTools on my Linux server.
>
> The server runs ASPLinux 12 (RedHat Linux).
>
> This could be done with yum.
>
> Can anybody give me information about how to config yum, that it can
> install SWFTools and all files that are needed for it?
If you only need version 0.8.1, I think running
yum install swftools
is enough.
If you need a newer version, do this:
yum install libjpeg-devel
yum install t1lib-devel
yum install freetype
yum install freetype-devel
yum install giflib
yum install giflib-devel
.
Afterwards, compile swftools from source.
Matthias