mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
0f262a87ee
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@648 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
427 B
XML
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 &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|