source: x/lib/gtkmm2.xml@ fe0192e

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 fe0192e 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: 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 gtkmm2-download-http "&gnome-download-http;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
8 <!ENTITY gtkmm2-download-ftp "&gnome-download-ftp;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
9 <!ENTITY gtkmm2-md5sum "6c59ae8bbff48fad9132f23af347acf1">
10 <!ENTITY gtkmm2-size "11 MB">
11 <!ENTITY gtkmm2-buildsize "426 MB (with tests)">
12 <!ENTITY gtkmm2-time "3.4 SBU (with tests)">
13]>
14
15<sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm2-version;">
16 <?dbhtml filename="gtkmm2.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Gtkmm-&gtkmm2-version;</title>
23
24 <indexterm zone="gtkmm2">
25 <primary sortas="a-gtkmm2">gtkmm2</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+ 2</application>. It can be installed alongside
34 <xref linkend="gtkmm3"/> (the <application>GTK+ 3</application> version)
35 with no namespace conflicts.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gtkmm2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gtkmm2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gtkmm2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gtkmm2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gtkmm2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gtkmm2-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="gtk2"/> and
80 <xref linkend="pangomm"/>
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/gtkmm2"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Gtkmm</title>
90
91 <para>
92 First, fix the documents directory name:
93 </para>
94
95<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-&gtkmm2-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>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libgdkmm-2.4.so and libgtkmm-2.4.so
131 </seg>
132 <seg>
133 /usr/include/gdkmm-2.4,
134 /usr/include/gtkmm-2.4,
135 /usr/lib/gdkmm-2.4,
136 /usr/lib/gtkmm-2.4, and
137 /usr/share/{devhelp/books/gtkmm-2.4,doc/gtkmm-&gtkmm2-version;}
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libgdkmm-2">
148 <term><filename class="libraryfile">libgdkmm-2.4.so</filename></term>
149 <listitem>
150 <para>
151 contains the GDK API classes
152 </para>
153 <indexterm zone="gtkmm2 libgdkmm-2">
154 <primary sortas="c-libgdkmm-2">libgdkmm-2.4.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libgtkmm-2">
160 <term><filename class="libraryfile">libgtkmm-2.4.so</filename></term>
161 <listitem>
162 <para>
163 contains the <application>GTK+</application> API classes
164 </para>
165 <indexterm zone="gtkmm2 libgtkmm-2">
166 <primary sortas="c-libgtkmm-2">libgtkmm-2.4.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.