###############################
##### ImageKits DEPENDS #######
###############################

GNUstep
 - gnustep-make
 - gnustep-base (Foundation Kit)
 - gnustep-gui  (Application Kit)
see http://www.gnustep.org 

 - freetype2 (required by PDFKit),
   available from http://www.freetype.org/


##############################
######## COMPILE #############
##############################

Freetype Note: if freetype is installed another
location then /usr/lib and /usr/include you have
to adjust the corresponding values in PDFKit/config.make.
Also pay attention to the location of the freetype headers.
If they are not in /usr/include/freetype2, you MUST
set the correct path in PDFKit/config.make.

* From command line.
unarchive ImageKits :
gunzip -c ImageKits-X.Y.tar.gz | tar xvf -
cd ImageKits-X-Y
make 
make install (su or sudo if need)
