source: x/lib/gtkmm3.xml@ 45ab6c7

11.0 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 45ab6c7 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: 5.5 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 gtkmm3-download-http "&gnome-download-http;/gtkmm/&gnome-minor-24;/gtkmm-&gtkmm3-version;.tar.xz">
8 <!ENTITY gtkmm3-download-ftp "&gnome-download-ftp;/gtkmm/&gnome-minor-24;/gtkmm-&gtkmm3-version;.tar.xz">
9 <!ENTITY gtkmm3-md5sum "2b6f58e68902978336f18246c5510a37">
10 <!ENTITY gtkmm3-size "13 MB">
11 <!ENTITY gtkmm3-buildsize "631 MB (with tests and documentation)">
12 <!ENTITY gtkmm3-time "1.1 SBU (Using parallelism=4; with tests and documentation)">
13]>
14
15<sect1 id="gtkmm3" xreflabel="Gtkmm-&gtkmm3-version;">
16 <?dbhtml filename="gtkmm3.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Gtkmm-&gtkmm3-version;</title>
23
24 <indexterm zone="gtkmm3">
25 <primary sortas="a-Gtkmm">Gtkmm</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gtkmm</title>
30
31 <para>
32 The <application>Gtkmm</application> package provides a C++ interface to
33 <application>GTK+ 3</application>.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gtkmm3-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gtkmm3-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gtkmm3-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gtkmm3-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gtkmm3-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gtkmm3-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="atkmm"/>,
77 <xref linkend="gtk3"/>, and
78 <xref linkend="pangomm"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/gtkmm3"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Gtkmm</title>
93
94 <para>
95 Install <application>Gtkmm</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir gtkmm3-build &amp;&amp;
100cd gtkmm3-build &amp;&amp;
101
102meson --prefix=/usr .. &amp;&amp;
103ninja</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>ninja test</command>. Note that you
107 must be in a graphical environment, as the tests try to open some
108 windows.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>ninja install</userinput></screen>
116
117 <para>
118 If you have built the documentation (see Command Explanations below) it
119 was installed to <filename
120 class="directory">/usr/share/doc/gtkmm-3.0</filename>. For consistency,
121 move it to a versioned directory as the <systemitem
122 class="username">root</systemitem> user:
123 </para>
124
125<screen role="nodump"><userinput>mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <option>-Dbuild-documentation=true</option>: If you have installed
134 <xref linkend="doxygen"/> this define will build and install the
135 documentation.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libgdkmm-3.0.so and libgtkmm-3.0.so
154 </seg>
155 <seg>
156 /usr/include/gdkmm-3.0,
157 /usr/include/gtkmm-3.0,
158 /usr/lib/gdkmm-3.0,
159 /usr/lib/gtkmm-3.0, and optionally
160 /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="libgdkmm-3">
171 <term><filename class="libraryfile">libgdkmm-3.0.so</filename></term>
172 <listitem>
173 <para>
174 contains the GDK API classes
175 </para>
176 <indexterm zone="gtkmm3 libgdkmm-3">
177 <primary sortas="c-libgdkmm-3">libgdkmm-3.0.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libgtkmm-3">
183 <term><filename class="libraryfile">libgtkmm-3.0.so</filename></term>
184 <listitem>
185 <para>
186 contains the <application>GTK+ 3</application> API classes
187 </para>
188 <indexterm zone="gtkmm3 libgtkmm-3">
189 <primary sortas="c-libgtkmm-3">libgtkmm-3.0.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.