source: x/lib/gtkmm2.xml@ a2912ff

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 a2912ff was a2912ff, checked in by Krejzi <krejzi@…>, 12 years ago

XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10464 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 "&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 "388a63ffc40cc8e208df9a1732a67d2d">
10 <!ENTITY gtkmm2-size "10.3 MB">
11 <!ENTITY gtkmm2-buildsize "270 MB">
12 <!ENTITY gtkmm2-time "2.8 SBU">
13]>
14
15<sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm2-version;">
16 <?dbhtml filename="gtkmm2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gtkmm-&gtkmm2-version;</title>
24
25 <indexterm zone="gtkmm2">
26 <primary sortas="a-gtkmm2">gtkmm2</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+-2</application>. It can be installed alongside
35 <xref linkend="gtkmm3"/> (the <application>GTK+-3</application> version)
36 with no namespace conflicts.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gtkmm2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gtkmm2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gtkmm2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gtkmm2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gtkmm2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gtkmm2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="atkmm"/>,
80 <xref linkend="gtk2"/> and
81 <xref linkend="pangomm"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/gtkmm2"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Gtkmm</title>
91
92 <para>
93 Install <application>Gtkmm</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>libgdkmm-2.4.so and libgtkmm-2.4.so.</seg>
120 <seg>
121 /usr/include/gdkmm-2.4,
122 /usr/include/gtkmm-2.4,
123 /usr/lib/gdkmm-2.4,
124 /usr/lib/gtkmm-2.4,
125 /usr/share/devhelp/books/gtkmm-2.4 and
126 /usr/share/doc/gtkmm-2.4.
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libgdkmm-2.4">
137 <term><filename class='libraryfile'>libgdkmm-2.4.so</filename></term>
138 <listitem>
139 <para>
140 contains the GDK API classes.
141 </para>
142 <indexterm zone="gtkmm2 libgdkmm-2.4">
143 <primary sortas="c-libgdkmm-2.4">libgdkmm-2.4.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libgtkmm-2.4">
149 <term><filename class='libraryfile'>libgtkmm-2.4.so</filename></term>
150 <listitem>
151 <para>
152 contains the <application>GTK+</application> API classes.
153 </para>
154 <indexterm zone="gtkmm2 libgtkmm-2.4">
155 <primary sortas="c-libgtkmm-2.4">libgtkmm-2.4.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.