source: x/lib/gtkmm3.xml@ db04eae

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 db04eae was db04eae, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to mutter-3.24.3.
Update to gtkmm3- 2.33.1.
Update to glibmm-2.52.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18861 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 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-22;/gtkmm-&gtkmm3-version;.tar.xz">
8 <!ENTITY gtkmm3-download-ftp "&gnome-download-ftp;/gtkmm/&gnome-minor-22;/gtkmm-&gtkmm3-version;.tar.xz">
9 <!ENTITY gtkmm3-md5sum "183079917fbe78e5aef204d5e52eafc1">
10 <!ENTITY gtkmm3-size "12 MB">
11 <!ENTITY gtkmm3-buildsize "364 MB (with tests)">
12 <!ENTITY gtkmm3-time "4.4 SBU (with tests)">
13]>
14
15<sect1 id="gtkmm3" xreflabel="Gtkmm-&gtkmm3-version;">
16 <?dbhtml filename="gtkmm3.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gtkmm-&gtkmm3-version;</title>
24
25 <indexterm zone="gtkmm3">
26 <primary sortas="a-Gtkmm">Gtkmm</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gtkmm</title>
31
32 <para>
33 The <application>Gtkmm</application> package provides a C++ interface to
34 <application>GTK+ 3</application>.
35 </para>
36
37 &lfs80_checked;
38 &gcc7_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gtkmm3-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtkmm3-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtkmm3-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtkmm3-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtkmm3-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtkmm3-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="atkmm"/>,
79 <xref linkend="gtk3"/>, and
80 <xref linkend="pangomm"/>
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 First, fix the documentation directory name:
93 </para>
94
95<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-&gtkmm3-version;/' \
96 -i docs/Makefile.in</userinput></screen>
97
98 <para>
99 Install <application>Gtkmm</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>. Note that you
108 must be in a graphical environment, as the tests try to open some
109 windows.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 libgdkmm-3.0.so and libgtkmm-3.0.so
133 </seg>
134 <seg>
135 /usr/include/gdkmm-3.0,
136 /usr/include/gtkmm-3.0,
137 /usr/lib/gdkmm-3.0,
138 /usr/lib/gtkmm-3.0, and
139 /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libgdkmm-3">
150 <term><filename class="libraryfile">libgdkmm-3.0.so</filename></term>
151 <listitem>
152 <para>
153 contains the GDK API classes.
154 </para>
155 <indexterm zone="gtkmm3 libgdkmm-3">
156 <primary sortas="c-libgdkmm-3">libgdkmm-3.0.so</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="libgtkmm-3">
162 <term><filename class="libraryfile">libgtkmm-3.0.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>GTK+ 3</application> API classes.
166 </para>
167 <indexterm zone="gtkmm3 libgtkmm-3">
168 <primary sortas="c-libgtkmm-3">libgtkmm-3.0.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.