1##############################
2####### PACKAGES #############
3##############################
4
51) Debian
6
7- packages ( called preview.app ) exist for Debian Sarge & Debian Sid
8  ( thanks to G�rkan Seng�n )
9
10##############################
11##### COMPILE FROM SOURCE ###
12##############################
13
141) Depends
15
16GNUstep
17 - gnustep-make
18 - gnustep-base (Foundation Kit)
19 - gnustep-gui  (Application Kit)
20
21see http://www.gnustep.org
22
232) Compile Preview with Project Center (TODO)
24
253) Compile Preview From command line.
26
27unarchive Preview :
28gunzip -c Preview-X.Y.tar.gz | tar xvf -
29cd Preview-X-Y
30make
31make install (su or sudo if need)
32
33
34
35
36
37