glfs/archive/gnome/gdlmm.xml
Randy McMurchy 0d7900a67c Removed extraneous spaces from blank lines and at the end of lines in the .xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-02-11 18:51:17 +00:00

156 lines
4.0 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 gdlmm-download-http "&gnome-download-http;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
<!ENTITY gdlmm-download-ftp "&gnome-download-ftp;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
<!ENTITY gdlmm-md5sum "01bd3532a597c3f32c9dfdb900ad6a38">
<!ENTITY gdlmm-size "375 KB">
<!ENTITY gdlmm-buildsize "9.2 MB">
<!ENTITY gdlmm-time "0.2 SBU">
]>
<sect1 id="gdlmm" xreflabel="gdlmm-&gdlmm-version;">
<?dbhtml filename="gdlmm.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gdlmm-&gdlmm-version;</title>
<indexterm zone="gdlmm">
<primary sortas="a-gdlmm">gdlmm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Gdlmm</title>
<para>
The <application>Gdlmm</application> package contains C++ bindings for the
Gdl library.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gdlmm-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gdlmm-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gdlmm-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gdlmm-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gdlmm-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gdlmm-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Gdlmm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gdl"/> and
<xref linkend="gtkmm3"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="doxygen"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gdlmm"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Gdlmm</title>
<para>
Install <application>Gdlmm</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 Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
libgdlmm-3.0.so
</seg>
<seg>
/usr/include/gdlmm-3.0,
/usr/lib/gdlmm-3.0,
/usr/share/devhelp/books/gdlmm-3.0 and
/usr/share/doc/gdlmm-3.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgdlmm-3">
<term><filename class='libraryfile'>libgdlmm-3.0.so</filename></term>
<listitem>
<para>
contains the <application>Gdl</application> API classes.
</para>
<indexterm zone="gdlmm libgdlmm-3">
<primary sortas="c-libgdlmm-3">libgdlmm-3.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>