source: archive/gnome/gdlmm.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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