GPdf is a PDF viewer for GNOME. It is based on Xpdf and the GNOME Print Preview widget.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gpdf/2.10/gpdf-2.10.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/2.10/gpdf-2.10.0.tar.bz2
Download MD5 sum: 9278cd3b9d06e3b1d364452f0e512fa9
Download size: 1.0 MB
Estimated disk space required: 36 MB
Estimated build time: 0.5 SBU
libgnomeui-2.10.0 and libgnomeprintui-2.10.2
Install GPdf by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ --sysconfdir=/etc/gnome --localstatedir=/var/lib && make
To test the results, issue: make check.
Now, as the root user:
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
Last updated on 2005-08-01 13:29:19 -0600