mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
fdca426642
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
85 lines
2.7 KiB
XML
85 lines
2.7 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 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-size "416 KB">
|
|
<!ENTITY libglade14-buildsize "8.5 MB">
|
|
<!ENTITY libglade14-time "0.22 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="libglade14" xreflabel="libglade-&libglade14-version;">
|
|
<?dbhtml filename="libglade14.html"?>
|
|
<title>libglade-&libglade14-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>libglade</application></title>
|
|
|
|
<para>The <application>libglade</application> package contains libraries which
|
|
allow applications to load Glade interface files at runtime.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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 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>
|
|
</sect3>
|
|
|
|
<sect3><title><application>libglade</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="libxml"/> and <xref linkend="GTK"/>
|
|
</para></sect4>
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="gnome-libs"/> and <xref linkend="Python"/> if
|
|
compiled utilizing <xref linkend="expat"/></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>libglade</application></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><command>./configure --prefix=/opt/gnome --enable-bonobo \
|
|
--disable-gtk-doc &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><option>--enable-bonobo</option>: Enable <application>Bonobo
|
|
</application> support.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>libglade</application> package contains
|
|
<application>Glade</application> interface
|
|
file loading libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|