source: x/lib/gtkmm3.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0945dd2d was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

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