source: archive/gdl.xml

trunk
Last change on this file was 3ba1191, checked in by Bruce Dubbs <bdubbs@…>, 14 months ago

Archive gdl

  • Property mode set to 100644
File size: 4.0 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/&gnome-minor-40;/gdl-&gdl-version;.tar.xz">
8 <!ENTITY gdl-download-ftp "&gnome-download-ftp;/gdl/&gnome-minor-40;/gdl-&gdl-version;.tar.xz">
9 <!ENTITY gdl-md5sum "21df1254b49b74a498feb99be57364d0">
10 <!ENTITY gdl-size "524 KB">
11 <!ENTITY gdl-buildsize "9.8 MB">
12 <!ENTITY gdl-time "0.1 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 The GDL package provides a library that is useful for docking objects in
30 GTK+ applications.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gdl-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gdl-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gdl-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gdl-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gdl-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gdl-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">GDL Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk3"/>
74 </para>
75
76 <para condition="html" role="usernotes">
77 User Notes: <ulink url="&blfs-wiki;/gdl"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of GDL</title>
83
84 <para>
85 Install <application>GDL</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/static-libraries.xml"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gtk-doc-rebuild.xml"/>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 libgdl-3.so
128 </seg>
129 <seg>
130 /usr/include/libgdl-3.0 and
131 /usr/share/gtk-doc/html/gdl-3.0
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libgdl-3">
142 <term><filename class="libraryfile">libgdl-3.so</filename></term>
143 <listitem>
144 <para>
145 contains functions that allow for docking objects in GTK+ applications
146 </para>
147 <indexterm zone="gdl libgdl-3">
148 <primary sortas="c-libgdl-3">libgdl-3.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152 </variablelist>
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.