source: general/genlib/libglade.xml@ 921eec3c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 921eec3c was e05cd03f, checked in by Randy McMurchy <randy@…>, 14 years ago

Replaced deprecated w3.org XInclude throughout the book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8411 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c023b7d]7 <!ENTITY libglade-download-http "&gnome-download-http;/libglade/2.6/libglade-&libglade-version;.tar.bz2">
8 <!ENTITY libglade-download-ftp "&gnome-download-ftp;/libglade/2.6/libglade-&libglade-version;.tar.bz2">
[214718a]9 <!ENTITY libglade-md5sum "d1776b40f4e166b5e9c107f1c8fe4139">
10 <!ENTITY libglade-size "348 KB">
11 <!ENTITY libglade-buildsize "5 MB">
[d93a17c1]12 <!ENTITY libglade-time "0.1 SBU">
[fdca4266]13]>
14
[1776828]15<sect1 id="libglade" xreflabel="libglade-&libglade-version;">
[41affe68]16 <?dbhtml filename="libglade.html"?>
[b66607a]17
[41affe68]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[b66607a]22
[0cbc4b3]23 <title>libglade-&libglade-version;</title>
[b66607a]24
[41affe68]25 <indexterm zone="libglade">
26 <primary sortas="a-Libglade">Libglade</primary>
27 </indexterm>
28
29 <sect2 role="package">
[0cbc4b3]30 <title>Introduction to libglade</title>
[41affe68]31
[74390482]32 <para>The <application>libglade</application> package contains
33 <filename class="libraryfile">libglade</filename> libraries. These are useful
[41affe68]34 for loading Glade interface files in a program at runtime.</para>
[b66607a]35
[214718a]36 &lfs65_checked;
37
[41affe68]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libglade-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libglade-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libglade-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libglade-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libglade-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libglade-time;</para>
57 </listitem>
58 </itemizedlist>
[b66607a]59
[0cbc4b3]60 <bridgehead renderas="sect3">libglade Dependencies</bridgehead>
[b66607a]61
[41affe68]62 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]63 <para role="required"><xref linkend="libxml2"/> and
[41affe68]64 <xref linkend="gtk2"/></para>
[b66607a]65
[41affe68]66 <bridgehead renderas="sect4">Optional</bridgehead>
[4f26c54]67 <para role="optional"><xref linkend="python"/>
[41affe68]68 and <xref linkend="gtk-doc"/></para>
[b66607a]69
[1039de3]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libglade"/></para>
72
[41affe68]73 </sect2>
[b66607a]74
[41affe68]75 <sect2 role="installation">
[0cbc4b3]76 <title>Installation of libglade</title>
[41affe68]77
[74390482]78 <para>Install <application>libglade</application> by running the following
[41affe68]79 commands:</para>
[fdca4266]80
[feb2027]81<screen><userinput>./configure --prefix=/usr &amp;&amp;
82make</userinput></screen>
[b66607a]83
[48d0ea5b]84 <para>To test the results, issue: <command>make check</command>.
85 One of the tests, test-convert, is known to fail.</para>
[d93a17c1]86
[41affe68]87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[b66607a]88
[41affe68]89<screen role="root"><userinput>make install</userinput></screen>
[b66607a]90
[41affe68]91 </sect2>
[b66607a]92
[41affe68]93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
[e05cd03f]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[56ce09e]97 href="../../xincludes/gtk-doc-rebuild.xml"/>
[b66607a]98
[214718a]99 <para><option>--disable-static</option>: prevent static libraries
[48d0ea5b]100 being built and installed.</para>
101
[41affe68]102 </sect2>
[b66607a]103
[41affe68]104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Program</segtitle>
109 <segtitle>Installed Library</segtitle>
110 <segtitle>Installed Directories</segtitle>
[b66607a]111
[41affe68]112 <seglistitem>
[d93a17c1]113 <seg>libglade-convert (requires <command>python</command>)</seg>
[1039de3]114 <seg>libglade-2.0.{so,a}</seg>
[214718a]115 <seg>/usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade,
116 xml/libglade}}</seg>
[41affe68]117 </seglistitem>
118 </segmentedlist>
[b66607a]119
[41affe68]120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
[c5f43719]123 <?dbhtml list-presentation="table"?>
[b66607a]124
[41affe68]125 <varlistentry id="libglade-convert">
126 <term><command>libglade-convert</command></term>
127 <listitem>
[74390482]128 <para>is used to convert old Glade interface files to
[41affe68]129 Glade-2.0 standards.</para>
130 <indexterm zone="libglade libglade-convert">
131 <primary sortas="b-libglade-convert">libglade-convert</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
[b66607a]135
[41affe68]136 <varlistentry id="libglade-lib">
[1039de3]137 <term><filename class='libraryfile'>libglade-2.0.{so,a}</filename></term>
[41affe68]138 <listitem>
[74390482]139 <para>contain the functions necessary to load Glade interface
[41affe68]140 files.</para>
141 <indexterm zone="libglade libglade-lib">
[1039de3]142 <primary sortas="c-libglade-2.0">libglade-2.0.{so,a}</primary>
[41affe68]143 </indexterm>
144 </listitem>
145 </varlistentry>
[b66607a]146
[41affe68]147 </variablelist>
148
149 </sect2>
[1776828]150
151</sect1>
Note: See TracBrowser for help on using the repository browser.