GGV-2.8.0

Introduction to GGV

The GGV package contains a PostScript file viewer.

Package information

Installation of GGV

Install GGV by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install

Command explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

Contents

The GGV package contains ggv and ggv-postscript-viewer.

Description

ggv

ggv is a GNOME 2 based PostScript viewer.

Last updated on 2004-12-02 22:29:03 -0700