mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
7f76b96b42
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0
102 lines
3.2 KiB
XML
102 lines
3.2 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 libglade-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2">
|
|
<!ENTITY libglade-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.4/libglade-&libglade-version;.tar.bz2">
|
|
<!ENTITY libglade-md5sum "add87e5aef7d8a9ebb468bc0e4044440">
|
|
<!ENTITY libglade-size "310 KB">
|
|
<!ENTITY libglade-buildsize "5.2 MB">
|
|
<!ENTITY libglade-time "0.11 SBU">
|
|
]>
|
|
|
|
<sect1 id="libglade" xreflabel="libglade-&libglade-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="libglade.html"?>
|
|
<title>libglade-&libglade-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>libglade</application></title>
|
|
|
|
<para>The <application>libglade</application> package contains
|
|
<filename class="libraryfile">libglade</filename> libraries. These are useful
|
|
for loading Glade interface files in a program at runtime.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&libglade-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&libglade-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &libglade-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &libglade-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&libglade-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&libglade-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>libglade</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="libxml2"/> and
|
|
<xref linkend="gtk2"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="python"/>
|
|
and <xref linkend="gtk-doc"/></para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>libglade</application></title>
|
|
|
|
<para>Install <application>libglade</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><option>--enable-gtk-doc</option>: This switch can be added to
|
|
rebuild the <acronym>HTML</acronym> documentation.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>libglade</application> package contains
|
|
<command>libglade-convert</command> (requires <command>python</command> and
|
|
<filename class='libraryfile'>pyexpat.so</filename>) and
|
|
<filename class="libraryfile">libglade</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>libglade-convert</title>
|
|
<para><command>libglade-convert</command> is used to convert old Glade
|
|
interface files to Glade-2.0 standards.</para></sect3>
|
|
|
|
<sect3><title>libglade libraries</title>
|
|
<para><filename class="libraryfile">libglade</filename> libraries contain the
|
|
functions necessary to load Glade interface files.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|