To get started just type make and the look
at the generated tga images using e.g xv.

To use the pov utility as described in the article
you need to change the variable POVRAY in the script "pov"
to point to the povray installation directory.
E.g:
POVRAY=/usr/local/povray31g/povray31

afterwards you can use this pov script as follows:
./pov PlanetAzul 4 9 1 100 1 180

The parameter passed to the script are:

   Source file PlanetAzul.pov
   Size 4 = (266x200) 
   Quality 9 (the highest) 
   Initial frame = 1 
   Final frame = 100 
   Clock's initial value = 1 
   Clock's final value = 180 
pov requires that you have imagemagick installed. It need
the programs convert and animate from imagemagick.
