source: x/lib/gtkmm3.xml@ ca66edf

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 ca66edf was b474dfa, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Another round of tags

  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[f7264594]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
[2dbdb12d]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">
[498e62a]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)">
[f7264594]13]>
14
[742b99e]15<sect1 id="gtkmm3" xreflabel="Gtkmm-&gtkmm3-version;">
16 <?dbhtml filename="gtkmm3.html"?>
[f7264594]17
18
[742b99e]19 <title>Gtkmm-&gtkmm3-version;</title>
[f7264594]20
[742b99e]21 <indexterm zone="gtkmm3">
[9db393f1]22 <primary sortas="a-Gtkmm">Gtkmm</primary>
[f7264594]23 </indexterm>
24
25 <sect2 role="package">
[742b99e]26 <title>Introduction to Gtkmm</title>
[f7264594]27
[9aa0603]28 <para>
[742b99e]29 The <application>Gtkmm</application> package provides a C++ interface to
[a2912ff]30 <application>GTK+ 3</application>.
[9aa0603]31 </para>
[f7264594]32
[b474dfa]33 &lfs113_checked;
[0991c27]34
[f7264594]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[9aa0603]38 <para>
[742b99e]39 Download (HTTP): <ulink url="&gtkmm3-download-http;"/>
[9aa0603]40 </para>
[f7264594]41 </listitem>
42 <listitem>
[9aa0603]43 <para>
[742b99e]44 Download (FTP): <ulink url="&gtkmm3-download-ftp;"/>
[9aa0603]45 </para>
[f7264594]46 </listitem>
47 <listitem>
[9aa0603]48 <para>
[742b99e]49 Download MD5 sum: &gtkmm3-md5sum;
[9aa0603]50 </para>
[f7264594]51 </listitem>
52 <listitem>
[9aa0603]53 <para>
[742b99e]54 Download size: &gtkmm3-size;
[9aa0603]55 </para>
[f7264594]56 </listitem>
57 <listitem>
[9aa0603]58 <para>
[742b99e]59 Estimated disk space required: &gtkmm3-buildsize;
[9aa0603]60 </para>
[f7264594]61 </listitem>
62 <listitem>
[9aa0603]63 <para>
[742b99e]64 Estimated build time: &gtkmm3-time;
[9aa0603]65 </para>
[f7264594]66 </listitem>
67 </itemizedlist>
68
[742b99e]69 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
[f7264594]70
71 <bridgehead renderas="sect4">Required</bridgehead>
[9aa0603]72 <para role="required">
73 <xref linkend="atkmm"/>,
[3199166]74 <xref linkend="gtk3"/>, and
75 <xref linkend="pangomm"/>
[9aa0603]76 </para>
77
[93f46ca]78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/>
81 </para>
82
[9aa0603]83 <para condition="html" role="usernotes">
[742b99e]84 User Notes: <ulink url="&blfs-wiki;/gtkmm3"/>
[9aa0603]85 </para>
[f7264594]86 </sect2>
87
88 <sect2 role="installation">
[742b99e]89 <title>Installation of Gtkmm</title>
[f7264594]90
[9aa0603]91 <para>
[742b99e]92 Install <application>Gtkmm</application> by running the following
[9aa0603]93 commands:
94 </para>
[f7264594]95
[93f46ca]96<screen><userinput>mkdir gtkmm3-build &amp;&amp;
97cd gtkmm3-build &amp;&amp;
98
[6469488]99meson --prefix=/usr --buildtype=release .. &amp;&amp;
[93f46ca]100ninja</userinput></screen>
[f7264594]101
[9aa0603]102 <para>
[93f46ca]103 To test the results, issue: <command>ninja test</command>. Note that you
[56097d1e]104 must be in a graphical environment, as the tests try to open some
105 windows.
[9aa0603]106 </para>
[f7264594]107
[9aa0603]108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
[f7264594]111
[19b2d64]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
[b9044d7]122<screen role="nodump"><userinput>mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm-&gtkmm3-version;</userinput></screen>
[19b2d64]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
[f7264594]135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
[910d888]141 <segtitle>Installed Programs</segtitle>
[f7264594]142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
[9aa0603]146 <seg>
[13507eb]147 None
148 </seg>
149 <seg>
[a2912ff]150 libgdkmm-3.0.so and libgtkmm-3.0.so
[b8a081c]151 </seg>
152 <seg>
[d356833]153 /usr/include/gdkmm-3.0,
154 /usr/include/gtkmm-3.0,
155 /usr/lib/gdkmm-3.0,
[19b2d64]156 /usr/lib/gtkmm-3.0, and optionally
[60d59117]157 /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
[9aa0603]158 </seg>
[f7264594]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
[d356833]167 <varlistentry id="libgdkmm-3">
168 <term><filename class="libraryfile">libgdkmm-3.0.so</filename></term>
[f7264594]169 <listitem>
[a2912ff]170 <para>
[4c24eb0a]171 contains the GDK API classes
[9aa0603]172 </para>
[d356833]173 <indexterm zone="gtkmm3 libgdkmm-3">
174 <primary sortas="c-libgdkmm-3">libgdkmm-3.0.so</primary>
[f7264594]175 </indexterm>
176 </listitem>
177 </varlistentry>
178
[d356833]179 <varlistentry id="libgtkmm-3">
180 <term><filename class="libraryfile">libgtkmm-3.0.so</filename></term>
[f7264594]181 <listitem>
[a2912ff]182 <para>
[4c24eb0a]183 contains the <application>GTK+ 3</application> API classes
[9aa0603]184 </para>
[d356833]185 <indexterm zone="gtkmm3 libgtkmm-3">
186 <primary sortas="c-libgtkmm-3">libgtkmm-3.0.so</primary>
[f7264594]187 </indexterm>
188 </listitem>
189 </varlistentry>
[a2912ff]190
[f7264594]191 </variablelist>
[a2912ff]192
[f7264594]193 </sect2>
[a2912ff]194
[f7264594]195</sect1>
Note: See TracBrowser for help on using the repository browser.