Revision 9 as of 2011-09-20 03:00:02

Clear message

SWFTools Building from Scratch

sudo apt-get install libgif-dev xpdf  libfreetype6 libfreetype6-dev libjpeg62 libjpeg8 libjpeg8-dev

cd lib/pdf

sudo wget http://gd.tuwien.ac.at/publishing/xpdf/xpdf-3.02.tar.gz

sudo perl inject-xpdf.pl xpdf-3.02.tar.gz

cd

git clone git://git.swftools.org/swftools

cd swftools

./configure

make

sudo checkinstall

Sucessfull Compiled, Builded and Tested on Ubuntu Maveric

**********************************************************************

 Done. The new package has been installed and saved to

 /home/***/swftools/swftools_0.9.1-1_i386.deb

 You can remove it from your system anytime using: 

      dpkg -r swftools

**********************************************************************

Further Documentation


CategorySoftware