Monday, January 30, 2012

Install and compile SWFTOOLS under Debian Squeeze 6.0.3

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

wget  http://www.swftools.org/swftools-2011-12-15-1229.tar.gz


tar -zvxf swftools-2011-12-15-1229.tar.gz

cd swftools-2011-12-15-1229

./configure --prefix=/usr/local

make

make install

Now you are rady to use swftools...
For testing, try to convert a pdf, with more than one pages, into a swf file.....:

pdf2swf input-file.pdf -o output-file.swf


Bye...

Thursday, January 12, 2012

Eclipse: Starting to app development for android

Download sdk for android developers:

http://developer.android.com/sdk/index.html

Check http://developer.android.com/sdk/requirements.html

If you have not eclipse......
Download and install it....
The minimal is the Eclipse IDE for Java Developer....

Next, install ADT(Android Development Tools) for Eclipse...

Open eclipse and go to.....

Help > Install New Software
and add one between the follows

http://dl-ssl.google.com/android/eclipse/
https://dl-ssl.google.com/android/eclipse/
 
Download and install the "Android Development Tools" plug-in.