2004-06-15 12:33:15 +08:00
|
|
|
<?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;
|
|
|
|
|
2004-11-23 06:30:47 +08:00
|
|
|
<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
|
|
|
|
<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
|
|
|
|
<!ENTITY libgnome-md5sum "dab4ecbfa7ec1a2f22d2a48b6b83e937">
|
|
|
|
<!ENTITY libgnome-size "1.2 MB">
|
|
|
|
<!ENTITY libgnome-buildsize "17 MB">
|
|
|
|
<!ENTITY libgnome-time "0.24 SBU">
|
2004-06-15 12:33:15 +08:00
|
|
|
]>
|
|
|
|
|
2002-09-02 03:42:08 +08:00
|
|
|
<sect1 id="libgnome" xreflabel="libgnome-&libgnome-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="libgnome.html"?>
|
2002-09-02 03:42:08 +08:00
|
|
|
<title>libgnome-&libgnome-version;</title>
|
|
|
|
|
2004-06-15 12:33:15 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to libgnome</title>
|
|
|
|
|
|
|
|
<para>The <application>libgnome</application> package contains the
|
|
|
|
<filename class="libraryfile">libgnome</filename> library.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink
|
|
|
|
url="&libgnome-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink
|
|
|
|
url="&libgnome-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &libgnome-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required:
|
|
|
|
&libgnome-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&libgnome-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>libgnome</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2004-11-23 06:30:47 +08:00
|
|
|
<para><xref linkend="gnome-vfs"/> and <xref linkend="esound"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
2004-06-15 12:33:15 +08:00
|
|
|
<sect4><title>Optional</title>
|
2004-11-23 06:30:47 +08:00
|
|
|
<para><xref linkend="gtk-doc"/></para>
|
|
|
|
</sect4>
|
2004-06-15 12:33:15 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>libgnome</application></title>
|
|
|
|
|
2004-11-23 06:30:47 +08:00
|
|
|
<para>Install <application>libgnome</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
|
|
|
--sysconfdir=/etc/gnome --disable-gtk-doc &&
|
|
|
|
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>--sysconfdir=/etc/gnome</parameter>: This switch
|
2004-11-23 06:30:47 +08:00
|
|
|
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
|
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
|
|
|
<para><option>--disable-gtk-doc</option>: This switch prevents
|
2004-11-23 06:30:47 +08:00
|
|
|
the rebuilding of documentation during the <command>make</command>
|
|
|
|
command.</para>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2004-11-23 06:30:47 +08:00
|
|
|
<para>The <application>libgnome</application> package contains
|
|
|
|
<command>gnome-open</command>,
|
|
|
|
<filename class="libraryfile">libgnome</filename> and
|
|
|
|
<filename class='libraryfile'>libmoniker_extra_2</filename> libraries.</para>
|
2004-06-15 12:33:15 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>libgnome libraries</title>
|
|
|
|
<para><filename class="libraryfile">libgnome</filename> libraries are the
|
|
|
|
non-<acronym>GUI</acronym> portion of the
|
|
|
|
<application><acronym>GNOME</acronym></application> libraries.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-09-02 03:42:08 +08:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|