Compile SWFTools in Ubuntu

1. Prerequisites
Make sure that you install the following libraries:

apt-get install libgif-dev

apt-get install libjpeg-dev

apt-get install libfreetype6-dev

2. Compile swftools

./configure

make

make install

1 comment Write a comment