source: general/genlib/libglade.xml@ 214718a

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 214718a was 214718a, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Updated GnuTLS-2.8.4, EsounD-0.2.41, libglade-2.6.4, ISO Codes-3.11, libunique-1.1.2, GLib-2.22.0, Updated to icon-naming-utils-0.8.90, and a few other fixes.

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
9 <!ENTITY libglade-md5sum "d1776b40f4e166b5e9c107f1c8fe4139">
10 <!ENTITY libglade-size "348 KB">
11 <!ENTITY libglade-buildsize "5 MB">
12 <!ENTITY libglade-time "0.1 SBU">
13]>
14
15<sect1 id="libglade" xreflabel="libglade-&libglade-version;">
16 <?dbhtml filename="libglade.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libglade-&libglade-version;</title>
24
25 <indexterm zone="libglade">
26 <primary sortas="a-Libglade">Libglade</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libglade</title>
31
32 <para>The <application>libglade</application> package contains
33 <filename class="libraryfile">libglade</filename> libraries. These are useful
34 for loading Glade interface files in a program at runtime.</para>
35
36 &lfs65_checked;
37
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>
59
60 <bridgehead renderas="sect3">libglade Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="libxml2"/> and
64 <xref linkend="gtk2"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="python"/>
68 and <xref linkend="gtk-doc"/></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libglade"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of libglade</title>
77
78 <para>Install <application>libglade</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=/usr &amp;&amp;
82make</userinput></screen>
83
84 <para>To test the results, issue: <command>make check</command>.
85 One of the tests, test-convert, is known to fail.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
97 href="../../xincludes/gtk-doc-rebuild.xml"/>
98
99 <para><option>--disable-static</option>: prevent static libraries
100 being built and installed.</para>
101
102 </sect2>
103
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>
111
112 <seglistitem>
113 <seg>libglade-convert (requires <command>python</command>)</seg>
114 <seg>libglade-2.0.{so,a}</seg>
115 <seg>/usr/{include/libglade-2.0/glade,share/{gtk-doc/html/libglade,
116 xml/libglade}}</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="libglade-convert">
126 <term><command>libglade-convert</command></term>
127 <listitem>
128 <para>is used to convert old Glade interface files to
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>
135
136 <varlistentry id="libglade-lib">
137 <term><filename class='libraryfile'>libglade-2.0.{so,a}</filename></term>
138 <listitem>
139 <para>contain the functions necessary to load Glade interface
140 files.</para>
141 <indexterm zone="libglade libglade-lib">
142 <primary sortas="c-libglade-2.0">libglade-2.0.{so,a}</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.