glfs/general/genlib/libcroco.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

110 lines
3.6 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 libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
<!ENTITY libcroco-download-ftp "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
<!ENTITY libcroco-md5sum "b0975bd01eb11964f1b3f254f267a43d">
<!ENTITY libcroco-size "381 KB">
<!ENTITY libcroco-buildsize "9.8 MB">
<!ENTITY libcroco-time "0.3 SBU">
]>
<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
<?dbhtml filename="libcroco.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Libcroco-&libcroco-version;</title>
<indexterm zone="libcroco">
<primary sortas="a-Libcroco">Libcroco</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libcroco</title>
<para>The <application>libcroco</application> package contains
<filename class="libraryfile">libcroco</filename> libraries. This is
useful for providing a CSS API.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libcroco-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libcroco-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libcroco-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libcroco-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libcroco-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libcroco-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libcroco Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/> and
<xref linkend="libxml2"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libcroco"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libcroco</title>
<para>Install <application>libcroco</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples &amp;&amp;
install -v -m644 README docs/usage.txt \
/usr/share/doc/libcroco-&libcroco-version; &amp;&amp;
install -v -m644 docs/examples/*.c \
/usr/share/doc/libcroco-&libcroco-version;/examples</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>croco-0.6-config and csslint-0.6</seg>
<seg>libcroco-0.6.{so,a}</seg>
<seg>/usr/include/libcroco-&libcroco-version; and
/usr/share/doc/libcroco-&libcroco-version;</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>