###############################
####### PDFKit 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 (for non-FreeBSD users):
If your freetype installation is not detected automatically
during compile, you may have to adjust the corresponding
variables in PDFKit/config.make

FreeBSD users should install the freetype2 port or package
and everything should work fine. If not, send me a mail.


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

Note that gnu make is needed. On some system, gnu make is 
installed as gmake.

