mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
84e2a4f2f7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4227 af4574ff-66df-0310-9fd7-8a98e5e911e0
113 lines
3.5 KiB
XML
113 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libglade14-download-http "http://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
|
|
<!ENTITY libglade14-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/0.17/libglade-&libglade14-version;.tar.gz">
|
|
<!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3">
|
|
<!ENTITY libglade14-size "416 KB">
|
|
<!ENTITY libglade14-buildsize "5.8 MB">
|
|
<!ENTITY libglade14-time "0.22 SBU">
|
|
]>
|
|
|
|
<sect1 id="libglade14" xreflabel="libglade-&libglade14-version;">
|
|
<?dbhtml filename="libglade14.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Libglade-&libglade14-version;</title>
|
|
|
|
<indexterm zone="libglade14">
|
|
<primary sortas="a-Libglade">Libglade</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Libglade</title>
|
|
|
|
<para>The <application>libglade</application> package contains libraries
|
|
which allow applications to load Glade interface files at runtime.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libglade14-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libglade14-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libglade14-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libglade14-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libglade14-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libglade14-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Libglade Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="libxml"/> and <xref linkend="GTK"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="gnome-libs"/>,
|
|
<xref linkend="bonobo14"/>,
|
|
<xref linkend="python"/> and
|
|
<xref linkend="gtk-doc"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Libglade</title>
|
|
|
|
<para>The <command>make</command> command attempts to open an
|
|
<application>X</application> display during the compile, so an
|
|
<application>X</application> server must be running during this
|
|
process.</para>
|
|
|
|
<para>Install <application>libglade</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--enable-bonobo</option>: Enables
|
|
<application>Bonobo</application> support.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libglade.[so,a]</seg>
|
|
<seg>Not determined at this time</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|