source: x/lib/gtkmm2.xml@ e222e31

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e222e31 was 742b99e, checked in by Krejzi <krejzi@…>, 12 years ago

GTK+3 XML fixes, moved gtkmm.xml to gtkmm3.xml and some other xml fixes

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

  • Property mode set to 100644
File size: 4.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 gtkmm2-download-http
8 "&gnome-download-http;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
9 <!ENTITY gtkmm2-download-ftp
10 "&gnome-download-ftp;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
11 <!ENTITY gtkmm2-md5sum "388a63ffc40cc8e208df9a1732a67d2d">
12 <!ENTITY gtkmm2-size "10.3 MB">
13 <!ENTITY gtkmm2-buildsize "270 MB">
14 <!ENTITY gtkmm2-time "2.8 SBU">
15]>
16
17<sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm2-version;">
18 <?dbhtml filename="gtkmm2.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Gtkmm-&gtkmm2-version;</title>
26
27 <indexterm zone="gtkmm2">
28 <primary sortas="a-gtkmm2">gtkmm2</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gtkmm</title>
33
34 <para>
35 The <application>Gtkmm</application> package provides a C++ interface to
36 <application>GTK+-2</application>. It can be installed alongside
37 <xref linkend="gtkmm3"/> (the <application>GTK+-3</application> version)
38 with no namespace conflicts.
39 </para>
40
41 &lfs71_built;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gtkmm2-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gtkmm2-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gtkmm2-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gtkmm2-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gtkmm2-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gtkmm2-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="atkmm"/>,
82 <xref linkend="gtk2"/> and
83 <xref linkend="pangomm"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/gtkmm2"/>
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>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>libgdkmm-2.4.so and libgtkmm-2.4.so.</seg>
122 <seg>
123 /usr/include/gdkmm-2.4,
124 /usr/include/gtkmm-2.4,
125 /usr/lib/gdkmm-2.4,
126 /usr/lib/gtkmm-2.4,
127 /usr/share/devhelp/books/gtkmm-2.4 and
128 /usr/share/doc/gtkmm-2.4.
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="libgdkmm-2.4">
139 <term><filename class='libraryfile'>libgdkmm-2.4.so</filename></term>
140 <listitem>
141 <para>
142 contains the GDK API classes.
143 </para>
144 <indexterm zone="gtkmm2 libgdkmm-2.4">
145 <primary sortas="c-libgdkmm-2.4">libgdkmm-2.4.so</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libgtkmm-2.4">
151 <term><filename class='libraryfile'>libgtkmm-2.4.so</filename></term>
152 <listitem>
153 <para>
154 contains the <application>GTK+</application> API classes.
155 </para>
156 <indexterm zone="gtkmm2 libgtkmm-2.4">
157 <primary sortas="c-libgtkmm-2.4">libgtkmm-2.4.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161 </variablelist>
162 </sect2>
163</sect1>
Note: See TracBrowser for help on using the repository browser.