Size: 587
Comment:
|
← Revision 10 as of 2015-12-08 07:54:27 ⇥
Size: 920
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 4: | 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 20: | Line 19: |
make | make |
Line 25: | Line 24: |
=== 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 ********************************************************************** }}} |
|
Line 26: | Line 40: |
* [[http://www.apsis.ch/pound/|Pound project Site]] * [[http://manpages.ubuntu.com/manpages/hardy/man8/pound.8.html|Pound Man Page]] |
* [[http://www.swftools.org/|SWFTools project Site]] |
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 **********************************************************************