glfs/general/genlib/expat/expat-inst.xml
Larry Lawrence 0f262a87ee added tushars submitted patch to expat
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@648 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-04 01:26:27 +00:00

17 lines
427 B
XML

<sect2>
<title>Installation of expat</title>
<para>The expat.h declares XML_Status after it's first use. This is
corrected by the following patch:
<screen><userinput>patch -Np1 -i ../expat-1.95.6.patch</userinput></screen></para>
<para>Install expat by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>