mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
6732c09460
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
123 lines
4.0 KiB
XML
123 lines
4.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libglade14-download-http "&gnome-download-http;/libglade/&libglade14-version;/libglade-&libglade14-version;.tar.gz">
|
|
<!ENTITY libglade14-download-ftp "&gnome-download-ftp;/libglade/&libglade14-version;/libglade-&libglade14-version;.tar.gz">
|
|
<!ENTITY libglade14-md5sum "38b2e2cfd813783fe157617813bfe3b3">
|
|
<!ENTITY libglade14-size "418 KB">
|
|
<!ENTITY libglade14-buildsize "5.9 MB">
|
|
<!ENTITY libglade14-time "0.2 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-1">Libglade-1</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 role="required"><xref linkend="libxml"/> and <xref linkend="GTK"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="gnome-libs"/>,
|
|
<xref linkend="bonobo14"/>,
|
|
<xref linkend="python"/> (to run the <command>libglade-xgettext</command>
|
|
script) and <xref linkend="gtk-doc"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libglade14"/></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-1.4 --disable-gtk-doc &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role='root'><userinput>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>libglade-config and libglade-xgettext</seg>
|
|
<seg>libglade.{so,a} and optionally, libglade-bonobo.{so,a} and
|
|
libglade-gnome.{so,a}</seg>
|
|
<seg>/opt/gnome-1.4/include/libglade-1.0 and
|
|
/opt/gnome-1.4/share/gnome/html/libglade</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|