##############################
##### ViewPDF DEPENDS ########
##############################

GNUstep
 - gnustep-make
 - gnustep-base (Foundation Kit)
 - gnustep-gui  (Application Kit)

see http://www.gnustep.org 

PDFKit
http://home.gna.org/gsimageapps


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

* From command line.
unarchive ViewPDF :
gunzip -c ViewPDF-X.Y.tar.gz | tar xvf -
cd ViewPDF-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.

