mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Added documentation installation commands and corrected the note about the test suite in the libcroco instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5065 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9461f85f3
commit
6098c66408
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "13">
|
||||
<!ENTITY day "14">
|
||||
<!ENTITY month "09">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -8,8 +8,8 @@
|
||||
<!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">
|
||||
<!ENTITY libcroco-buildsize "9.3 MB">
|
||||
<!ENTITY libcroco-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
|
||||
@ -72,11 +72,14 @@
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>To test the results, issue: <command>make test</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples &&
|
||||
install -v -m644 docs/usage.txt /usr/share/doc/libcroco-&libcroco-version; &&
|
||||
install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-&libcroco-version;/examples</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -84,14 +87,15 @@ make</userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>csslint-0.6</seg>
|
||||
<seg>libcroco.[so,a]</seg>
|
||||
<seg>/usr/include/libcroco-&libcroco-version;</seg>
|
||||
<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>
|
||||
|
||||
|
@ -41,6 +41,17 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>September 14th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added documentation installation commands and
|
||||
corrected the note about the test suite in the libcroco
|
||||
instructions.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 13th, 2005</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user