glfs/x/lib/cairomm.xml
Ken Moffat a680ea90ea Update to cairomm-1.9.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9324 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-09 00:49:07 +00:00

128 lines
3.9 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 cairomm-download-http "http://cairographics.org/releases/cairomm-&cairomm-version;.tar.gz">
<!ENTITY cairomm-download-ftp " ">
<!ENTITY cairomm-md5sum "24b0d35de4154195b8b78cf1f48b85e7">
<!ENTITY cairomm-size "837 KB">
<!ENTITY cairomm-buildsize "12 MB">
<!ENTITY cairomm-time "0.1 SBU">
]>
<sect1 id="cairomm" xreflabel="cairomm-&cairomm-version;">
<?dbhtml filename="cairomm.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>cairomm-&cairomm-version;</title>
<indexterm zone="cairomm">
<primary sortas="a-cairomm">cairomm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to cairomm</title>
<para>The <application>cairomm</application> package provides a C++
interface to <application>cairo</application>.</para>
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&cairomm-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&cairomm-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &cairomm-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &cairomm-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &cairomm-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &cairomm-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">cairomm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="cairo"/> and
<xref linkend="libsigc"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="doxygen"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/cairomm"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of cairomm</title>
<para>Install <application>cairomm</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<!-- pedantically, there is a testsuite which compiles and presumably does
*something* but then reports all 0 tests passed -->
<para>This package does not come with a test suite.</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 Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libcairomm-1.0.so</seg>
<seg>/usr/{include/cairomm-1.0/cairomm,
share/doc/libcairomm-1.0/reference/html}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libcairomm-1.0">
<term><filename class='libraryfile'>libcairomm-1.0.so</filename></term>
<listitem>
<para>contains the <application>Cairo</application> API classes.</para>
<indexterm zone="cairomm libcairomm-1.0">
<primary sortas="c-libcairomm-1.0">libcairomm-1.0.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>