mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
742b99e018
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9923 af4574ff-66df-0310-9fd7-8a98e5e911e0
140 lines
4.2 KiB
XML
140 lines
4.2 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 glibmm-download-http "&gnome-download-http;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz">
|
|
<!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.32/glibmm-&glibmm-version;.tar.xz">
|
|
<!ENTITY glibmm-md5sum "6be829ac2830ff44f75526f015c930e1">
|
|
<!ENTITY glibmm-size "4.9 MB">
|
|
<!ENTITY glibmm-buildsize "120 MB">
|
|
<!ENTITY glibmm-time "1.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="glibmm" xreflabel="glibmm-&glibmm-version;">
|
|
<?dbhtml filename="glibmm.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>glibmm-&glibmm-version;</title>
|
|
|
|
<indexterm zone="glibmm">
|
|
<primary sortas="a-glibmm">glibmm</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to glibmm</title>
|
|
|
|
<para>The <application>glibmm</application> package is a set of C++ bindings
|
|
for <application>Glib</application>.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&glibmm-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&glibmm-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &glibmm-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &glibmm-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &glibmm-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &glibmm-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">glibmm Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libsigc"/> and
|
|
<xref linkend="pkgconfig"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/glibmm"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of glibmm</title>
|
|
|
|
<para>Install <application>glibmm</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
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>
|
|
libgiomm-2.4.so, libglibmm-2.4.so and
|
|
libglibmm_generate_extra_defs-2.4.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/{giomm-2.4,glibmm-2.4},
|
|
/usr/lib/{giomm-2.4,glibmm-2.4},
|
|
/usr/share/devhelp/books/glibmm-2.4 and
|
|
/usr/share/doc/glibmm-2.4
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libgiomm-2.4">
|
|
<term><filename class='libraryfile'>libgiomm-2.4.so</filename></term>
|
|
<listitem>
|
|
<para>contains the Gio API classes.</para>
|
|
<indexterm zone="glibmm libgiomm-2.4">
|
|
<primary sortas="c-libgiomm-2.4">libgiomm-2.4.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libglibmm-2.4">
|
|
<term><filename class='libraryfile'>libglibmm-2.4.so</filename></term>
|
|
<listitem>
|
|
<para>contains the Glib API classes.</para>
|
|
<indexterm zone="glibmm libglibmm-2.4">
|
|
<primary sortas="c-libglibmm-2.4">libglibmm-2.4.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|