source: x/lib/gtkmm3.xml@ 1412d23b

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 1412d23b 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.4 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
[742b99e]7 <!ENTITY gtkmm3-download-http
8 "&gnome-download-http;/gtkmm/3.4/gtkmm-&gtkmm3-version;.tar.xz">
9 <!ENTITY gtkmm3-download-ftp
10 "&gnome-download-ftp;/gtkmm/3.4/gtkmm-&gtkmm3-version;.tar.xz">
11 <!ENTITY gtkmm3-md5sum "cae0fa7143ad8d9df678859bf8bdc1cb">
12 <!ENTITY gtkmm3-size "8.8 MB">
13 <!ENTITY gtkmm3-buildsize "240 MB">
14 <!ENTITY gtkmm3-time "3.0 SBU">
[f7264594]15]>
16
[742b99e]17<sect1 id="gtkmm3" xreflabel="Gtkmm-&gtkmm3-version;">
18 <?dbhtml filename="gtkmm3.html"?>
[f7264594]19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[742b99e]25 <title>Gtkmm-&gtkmm3-version;</title>
[f7264594]26
[742b99e]27 <indexterm zone="gtkmm3">
28 <primary sortas="a-gtkmm3">gtkmm3</primary>
[f7264594]29 </indexterm>
30
31 <sect2 role="package">
[742b99e]32 <title>Introduction to Gtkmm</title>
[f7264594]33
[9aa0603]34 <para>
[742b99e]35 The <application>Gtkmm</application> package provides a C++ interface to
[9aa0603]36 <application>GTK+-3</application>.
37 </para>
[f7264594]38
[b8a081c]39 &lfs70_checked;
[0991c27]40
[f7264594]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[9aa0603]44 <para>
[742b99e]45 Download (HTTP): <ulink url="&gtkmm3-download-http;"/>
[9aa0603]46 </para>
[f7264594]47 </listitem>
48 <listitem>
[9aa0603]49 <para>
[742b99e]50 Download (FTP): <ulink url="&gtkmm3-download-ftp;"/>
[9aa0603]51 </para>
[f7264594]52 </listitem>
53 <listitem>
[9aa0603]54 <para>
[742b99e]55 Download MD5 sum: &gtkmm3-md5sum;
[9aa0603]56 </para>
[f7264594]57 </listitem>
58 <listitem>
[9aa0603]59 <para>
[742b99e]60 Download size: &gtkmm3-size;
[9aa0603]61 </para>
[f7264594]62 </listitem>
63 <listitem>
[9aa0603]64 <para>
[742b99e]65 Estimated disk space required: &gtkmm3-buildsize;
[9aa0603]66 </para>
[f7264594]67 </listitem>
68 <listitem>
[9aa0603]69 <para>
[742b99e]70 Estimated build time: &gtkmm3-time;
[9aa0603]71 </para>
[f7264594]72 </listitem>
73 </itemizedlist>
74
[742b99e]75 <bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
[f7264594]76
77 <bridgehead renderas="sect4">Required</bridgehead>
[9aa0603]78 <para role="required">
79 <xref linkend="atkmm"/>,
80 <xref linkend="gtk3"/> and
81 <xref linkend="pangomm"/>
82 </para>
83
84 <para condition="html" role="usernotes">
[742b99e]85 User Notes: <ulink url="&blfs-wiki;/gtkmm3"/>
[9aa0603]86 </para>
[f7264594]87 </sect2>
88
89 <sect2 role="installation">
[742b99e]90 <title>Installation of Gtkmm</title>
[f7264594]91
[9aa0603]92 <para>
[742b99e]93 Install <application>Gtkmm</application> by running the following
[9aa0603]94 commands:
95 </para>
[f7264594]96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
[9aa0603]100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
[f7264594]103
[9aa0603]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[f7264594]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>
[9aa0603]119 <seg>
[b8a081c]120 libgdkmm-3.0.so and libgtkmm-3.0.so.
121 </seg>
122 <seg>
123 /usr/include/{gdkmm-3.0,gtkmm-3.0},
124 /usr/lib/{gdkmm-3.0,gtkmm-3.0},
[9aa0603]125 /usr/share/devhelp/books/gtkmm-3.0 and
126 /usr/share/doc/gtkmm-3.0.
127 </seg>
[f7264594]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
[9aa0603]136 <varlistentry id="libgdkmm-3.0">
137 <term><filename class='libraryfile'>libgdkmm-3.0.so</filename></term>
[f7264594]138 <listitem>
[9aa0603]139 <para>
140 contains the GDK API classes.
141 </para>
[742b99e]142 <indexterm zone="gtkmm3 libgdkmm-3.0">
[9aa0603]143 <primary sortas="c-libgdkmm-3.0">libgdkmm-3.0.so</primary>
[f7264594]144 </indexterm>
145 </listitem>
146 </varlistentry>
147
[9aa0603]148 <varlistentry id="libgtkmm-3.0">
149 <term><filename class='libraryfile'>libgtkmm-3.0.so</filename></term>
[f7264594]150 <listitem>
[9aa0603]151 <para>
[742b99e]152 contains the <application>GTK+3</application> API classes.
[9aa0603]153 </para>
[742b99e]154 <indexterm zone="gtkmm3 libgtkmm-3.0">
[9aa0603]155 <primary sortas="c-libgtkmm-3.0">libgtkmm-3.0.so</primary>
[f7264594]156 </indexterm>
157 </listitem>
158 </varlistentry>
159 </variablelist>
160 </sect2>
161</sect1>
Note: See TracBrowser for help on using the repository browser.