Added a test suite note to expat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3649 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-04-03 09:56:39 +00:00
parent 412d7512eb
commit f0cd225528

View File

@ -44,7 +44,7 @@ C library for parsing <acronym>XML</acronym>.</para>
<sect3><title><application>expat</application> dependencies</title>
<sect4><title>Optional</title>
<para><ulink url="http://check.sourceforge.net/">Check</ulink>
(for running the <command>make check</command> tests)</para>
(for running the test suite)</para>
</sect4>
</sect3>
@ -59,6 +59,8 @@ commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make</command></userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>