source: archive/gnome/gdlmm.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: 3.9 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 gdlmm-download-http "&gnome-download-http;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
8 <!ENTITY gdlmm-download-ftp "&gnome-download-ftp;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
9 <!ENTITY gdlmm-md5sum "01bd3532a597c3f32c9dfdb900ad6a38">
10 <!ENTITY gdlmm-size "375 KB">
11 <!ENTITY gdlmm-buildsize "9.2 MB">
12 <!ENTITY gdlmm-time "0.2 SBU">
13]>
14
15<sect1 id="gdlmm" xreflabel="gdlmm-&gdlmm-version;">
16 <?dbhtml filename="gdlmm.html"?>
17
18
19 <title>gdlmm-&gdlmm-version;</title>
20
21 <indexterm zone="gdlmm">
22 <primary sortas="a-gdlmm">gdlmm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gdlmm</title>
27
28 <para>
29 The <application>Gdlmm</application> package contains C++ bindings for the
30 Gdl library.
31 </para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gdlmm-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gdlmm-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gdlmm-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gdlmm-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gdlmm-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gdlmm-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Gdlmm Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gdl"/> and
74 <xref linkend="gtkmm3"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="doxygen"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gdlmm"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Gdlmm</title>
89
90 <para>
91 Install <application>Gdlmm</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 libgdlmm-3.0.so
120 </seg>
121 <seg>
122 /usr/include/gdlmm-3.0,
123 /usr/lib/gdlmm-3.0,
124 /usr/share/devhelp/books/gdlmm-3.0 and
125 /usr/share/doc/gdlmm-3.0
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="libgdlmm-3">
136 <term><filename class='libraryfile'>libgdlmm-3.0.so</filename></term>
137 <listitem>
138 <para>
139 contains the <application>Gdl</application> API classes.
140 </para>
141 <indexterm zone="gdlmm libgdlmm-3">
142 <primary sortas="c-libgdlmm-3">libgdlmm-3.0.so</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.