Diff for "SWFTools"


Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2010-12-08 16:13:49
Size: 200
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:
apt-get install libgif-dev xpdf libfreetype6 libfreetype6-dev libjpeg62 libjpeg8 libjpeg8-dev === 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
Line 9: Line 19:
make make 
Line 11: Line 21:
sudo make install 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 ===
    * [[http://www.swftools.org/|SWFTools project Site]]
----
CategorySoftware

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)