2004-11-24 01:24:56 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-11-24 01:24:56 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-12 00:50:58 +08:00
|
|
|
<!ENTITY libgnomecups-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnomecups/0.2/libgnomecups-&libgnomecups-version;.tar.bz2">
|
|
|
|
<!ENTITY libgnomecups-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnomecups/0.2/libgnomecups-&libgnomecups-version;.tar.bz2">
|
|
|
|
<!ENTITY libgnomecups-md5sum "227cb2b119412b164bece23b287a130d">
|
|
|
|
<!ENTITY libgnomecups-size "310 KB">
|
|
|
|
<!ENTITY libgnomecups-buildsize "4 MB">
|
|
|
|
<!ENTITY libgnomecups-time "less than 0.1 SBU">
|
2004-11-24 01:24:56 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libgnomecups" xreflabel="libgnomecups-&libgnomecups-version;">
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
<?dbhtml filename="libgnomecups.html"?>
|
|
|
|
<title>libgnomecups-&libgnomecups-version;</title>
|
2005-01-31 10:43:49 +08:00
|
|
|
<indexterm zone="libgnomecups">
|
2005-02-02 04:32:18 +08:00
|
|
|
<primary sortas="a-Libgnomecups">Libgnomecups</primary></indexterm>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>libgnomecups</application></title>
|
|
|
|
|
|
|
|
<para>The <application>libgnomecups</application> package contains a library
|
|
|
|
used to wrap the <application><acronym>CUPS</acronym></application>
|
|
|
|
<acronym>API</acronym> in a <application>GLib</application> fashion, so
|
|
|
|
<application><acronym>CUPS</acronym></application> code can be cleanly
|
|
|
|
integrated with <application>GLib</application> code.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem><para>Download (HTTP):
|
|
|
|
<ulink url="&libgnomecups-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP):
|
|
|
|
<ulink url="&libgnomecups-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download MD5 sum: &libgnomecups-md5sum;</para></listitem>
|
|
|
|
<listitem><para>Download size: &libgnomecups-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated disk space required:
|
|
|
|
&libgnomecups-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libgnomecups-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>libgnomecups</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-05-12 00:50:58 +08:00
|
|
|
<para><xref linkend="cups"/>,
|
|
|
|
<xref linkend="glib2"/> and
|
|
|
|
<xref linkend="intltool"/></para>
|
2004-11-24 01:24:56 +08:00
|
|
|
</sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libgnomecups</application></title>
|
|
|
|
|
2005-05-12 05:06:15 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/>
|
|
|
|
|
2004-11-24 01:24:56 +08:00
|
|
|
<para>Install <application>libgnomecups</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
2005-01-31 10:43:49 +08:00
|
|
|
make</command></userinput></screen>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
2005-05-12 00:50:58 +08:00
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
2005-01-31 10:43:49 +08:00
|
|
|
<para>Now, as the root user:</para>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
2005-01-31 10:43:49 +08:00
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2005-01-31 10:43:49 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
2005-01-31 10:43:49 +08:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
|
|
|
<seg>libgnomecups-1.0.[so,a]</seg>
|
|
|
|
<seg>$GNOME_PREFIX/include/libgnomecups-1</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
|
|
|
<varlistentry id="libgnomecups-lib">
|
|
|
|
<term><filename class='libraryfile'>libgnomecups-1.0.[so,a]</filename></term>
|
|
|
|
<listitem><para>libraries are used to wrap the
|
|
|
|
<application><acronym>CUPS</acronym></application> <acronym>API</acronym> in a
|
|
|
|
<application>GLib</application> type interface.</para>
|
|
|
|
<indexterm zone="libgnomecups libgnomecups-lib">
|
|
|
|
<primary sortas="c-libgnomecups">libgnomecups-1.0.[so,a]</primary>
|
|
|
|
</indexterm></listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2004-11-24 01:24:56 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|