mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
bd0a1b0fc6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3071 af4574ff-66df-0310-9fd7-8a98e5e911e0
109 lines
3.6 KiB
XML
109 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY ggv-download-http "http://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
|
|
<!ENTITY ggv-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
|
|
<!ENTITY ggv-md5sum "1a8e9e43ef793ef3221c5afb15d14a81">
|
|
<!ENTITY ggv-size "1.3 MB">
|
|
<!ENTITY ggv-buildsize "21.2 MB">
|
|
<!ENTITY ggv-time "0.31 SBU">
|
|
]>
|
|
|
|
<sect1 id="ggv" xreflabel="GGV-&ggv-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="ggv.html"?>
|
|
<title><application><acronym>GGV</acronym></application>-&ggv-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application><acronym>GGV</acronym></application></title>
|
|
|
|
<para>The <application><acronym>GGV</acronym></application> package contains
|
|
a PostScript file viewer.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP):
|
|
<ulink url="&ggv-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP):
|
|
<ulink url="&ggv-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &ggv-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &ggv-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&ggv-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&ggv-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application><acronym>GGV</acronym></application>
|
|
dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="libgnomeui"/> and
|
|
<xref linkend="espgs"/> or <xref linkend="gs"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="cups"/> or <xref linkend="LPRng"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application><acronym>GGV</acronym></application></title>
|
|
|
|
<para>Install <application><acronym>GGV</acronym></application> by running
|
|
the following commands:</para>
|
|
|
|
<screen><userinput><command>./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></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
|
puts <application>ScrollKeeper</application> files in
|
|
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
|
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
|
configuration files in <filename class="directory">/etc/gnome</filename>
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application><acronym>GGV</acronym></application> package contains
|
|
<command>ggv</command> and <command>ggv-postscript-viewer</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>ggv</title>
|
|
<para><command>ggv</command> is a
|
|
<application><acronym>GNOME</acronym></application> 2 based PostScript
|
|
viewer.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|