source: archive/gnome/gdl.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 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 gdl-download-http "&gnome-download-http;/gdl/3.4/gdl-&gdl-version;.tar.xz">
8 <!ENTITY gdl-download-ftp "&gnome-download-ftp;/gdl/3.4/gdl-&gdl-version;.tar.xz">
9 <!ENTITY gdl-md5sum "501f6d2add5aa1758a51f140b9644602">
10 <!ENTITY gdl-size "512 KB">
11 <!ENTITY gdl-buildsize "12 MB">
12 <!ENTITY gdl-time "0.2 SBU">
13]>
14
15<sect1 id="gdl" xreflabel="gdl-&gdl-version;">
16 <?dbhtml filename="gdl.html"?>
17
18
19 <title>gdl-&gdl-version;</title>
20
21 <indexterm zone="gdl">
22 <primary sortas="a-gdl">gdl</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gdl</title>
27
28 <para>
29 <application>Gdl</application> is the Gnome Development/Docking Library.
30 </para>
31
32 &lfs70_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&gdl-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&gdl-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &gdl-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &gdl-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &gdl-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &gdl-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Gdl Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="gtk3"/> and
73 <xref linkend="libxml2"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="gobject-introspection"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gdl"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Gdl</title>
93
94 <para>
95 Install <application>Gdl</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/gtk-doc-rebuild.xml"/>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 libgdl-3.so
132 </seg>
133 <seg>
134 /usr/include/libgdl-3.0 and
135 /usr/share/gtk-doc/html/gdl-3.0
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libgdl-3">
146 <term><filename class='libraryfile'>libgdl-3.so</filename></term>
147 <listitem>
148 <para>
149 provides a support library for development tools from the
150 <application>GNOME</application> environment.
151 </para>
152 <indexterm zone="gdl libgdl-3">
153 <primary sortas="c-libgdl-3">libgdl-3.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.