mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
f73597a1c2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3906 af4574ff-66df-0310-9fd7-8a98e5e911e0
96 lines
2.9 KiB
XML
96 lines
2.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libcroco-download-http "http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
|
|
<!ENTITY libcroco-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
|
|
<!ENTITY libcroco-md5sum "78fb2bf78d469df83b1fc94ce196c1c4">
|
|
<!ENTITY libcroco-size "360 KB">
|
|
<!ENTITY libcroco-buildsize "8.7 MB">
|
|
<!ENTITY libcroco-time "0.22 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><xref linkend="glib2"/> and
|
|
<xref linkend="libxml2"/></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 &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libray</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>csslint-0.6</seg>
|
|
<seg>libcroco.[so,a]</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|