Diff for "SWFTools"


Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2010-12-08 17:05:26
Size: 500
Editor: zux182-249
Comment:
Revision 10 as of 2015-12-08 07:54:27
Size: 920
Editor: 113
Comment: updated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== SWFTools Building from Scratch === === SWFTools Building from Scratch  ===
Line 3: Line 3:
apt-get install libgif-dev xpdf libfreetype6 libfreetype6-dev libjpeg62 libjpeg8 libjpeg8-dev sudo apt-get install libgif-dev xpdf libfreetype6 libfreetype6-dev libjpeg62 libjpeg8 libjpeg8-dev
Line 19: Line 19:
make make 
Line 23: Line 23:

=== 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

**********************************************************************
}}}

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

SWFTools (last edited 2015-12-08 07:54:27 by 113)