glfs/x/lib/gtkmm2.xml
Krejzi d4e57d7fd8 Check GNOME C++ bindings.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10625 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-09-04 13:30:32 +00:00

167 lines
4.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkmm2-download-http "&gnome-download-http;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
<!ENTITY gtkmm2-download-ftp "&gnome-download-ftp;/gtkmm/2.24/gtkmm-&gtkmm2-version;.tar.xz">
<!ENTITY gtkmm2-md5sum "388a63ffc40cc8e208df9a1732a67d2d">
<!ENTITY gtkmm2-size "11 MB">
<!ENTITY gtkmm2-buildsize "255 MB">
<!ENTITY gtkmm2-time "2.8 SBU">
]>
<sect1 id="gtkmm2" xreflabel="Gtkmm-&gtkmm2-version;">
<?dbhtml filename="gtkmm2.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Gtkmm-&gtkmm2-version;</title>
<indexterm zone="gtkmm2">
<primary sortas="a-gtkmm2">gtkmm2</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Gtkmm</title>
<para>
The <application>Gtkmm</application> package provides a C++ interface to
<application>GTK+ 2</application>. It can be installed alongside
<xref linkend="gtkmm3"/> (the <application>GTK+ 3</application> version)
with no namespace conflicts.
</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gtkmm2-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gtkmm2-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gtkmm2-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gtkmm2-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gtkmm2-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gtkmm2-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gtkmm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="atkmm"/>,
<xref linkend="gtk2"/> and
<xref linkend="pangomm"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gtkmm2"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Gtkmm</title>
<para>
Install <application>Gtkmm</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
libgdkmm-2.4.so and libgtkmm-2.4.so
</seg>
<seg>
/usr/include/gdkmm-2.4,
/usr/include/gtkmm-2.4,
/usr/lib/gdkmm-2.4,
/usr/lib/gtkmm-2.4,
/usr/share/devhelp/books/gtkmm-2.4 and
/usr/share/doc/gtkmm-2.4
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgdkmm-2">
<term><filename class="libraryfile">libgdkmm-2.4.so</filename></term>
<listitem>
<para>
contains the GDK API classes.
</para>
<indexterm zone="gtkmm2 libgdkmm-2">
<primary sortas="c-libgdkmm-2">libgdkmm-2.4.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgtkmm-2">
<term><filename class="libraryfile">libgtkmm-2.4.so</filename></term>
<listitem>
<para>
contains the <application>GTK+</application> API classes.
</para>
<indexterm zone="gtkmm2 libgtkmm-2">
<primary sortas="c-libgtkmm-2">libgtkmm-2.4.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>