source: general/genlib/libcroco.xml@ c2421a0d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c2421a0d was c2421a0d, checked in by Krejzi <krejzi@…>, 12 years ago

cogl 1.10.2, clutter-gtk 1.2.0, clutter-gst 1.5.4, libcroco 0.6.5, libgee 0.6.4, modified libgtop and json-glib xml files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9962 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
8 <!ENTITY libcroco-download-ftp "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
9 <!ENTITY libcroco-md5sum "d4d6313dd1c347d8a22addb240300338">
10 <!ENTITY libcroco-size "452 KB">
11 <!ENTITY libcroco-buildsize "13 MB">
12 <!ENTITY libcroco-time "0.2 SBU">
13]>
14
15<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
16 <?dbhtml filename="libcroco.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libcroco-&libcroco-version;</title>
24
25 <indexterm zone="libcroco">
26 <primary sortas="a-Libcroco">Libcroco</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libcroco</title>
31
32 <para>The <application>libcroco</application> package contains
33 a standalone CSS2 parsing and manipulation library.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libcroco-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libcroco-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libcroco-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libcroco-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libcroco-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libcroco-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">libcroco Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="libxml2"/> and
64 <xref linkend="pkgconfig"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="gtk-doc"/>
70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libcroco"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of libcroco</title>
79
80 <para>Install <application>libcroco</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue:
87 <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
88
89 <para>If there are test failures, issue:
90 <command>patch -Np1 -i tests/tests-error.log</command>.
91 This will update the failed tests from CVS. You should now rerun the test.
92 </para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/static-libraries.xml"/>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/gtk-doc-rebuild.xml"/>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 croco-0.6-config and csslint-0.6
122 </seg>
123 <seg>
124 libcroco-0.6.so
125 </seg>
126 <seg>
127 /usr/include/libcroco-0.6 and
128 /usr/share/gtk-doc/html/libcroco
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="csslint-0.6">
139 <term><command>csslint-0.6</command></term>
140 <listitem>
141 <para>
142 is used to parse one or more CSS files specified on
143 the command line.
144 </para>
145 <indexterm zone="libcroco csslint-0.6">
146 <primary sortas="b-csslint-0.6">csslint-0.6</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="libcroco-0.6">
152 <term><filename class="libraryfile">libcroco-0.6.so</filename></term>
153 <listitem>
154 <para>
155 contains the API functions for CSS2 parsing and manipulation.
156 </para>
157 <indexterm zone="libcroco libcroco-0.6">
158 <primary sortas="c-libcroco-0.6">libcroco-0.6.so</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.