2002-10-03 07:11:53 +08:00
|
|
|
<sect2>
|
2003-06-18 11:21:47 +08:00
|
|
|
<title>Installation of <application>expat</application></title>
|
2002-10-03 07:11:53 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<para>The <filename>expat.h</filename> declares XML_Status after its
|
|
|
|
first use. This is corrected by the following patch:</para>
|
2003-02-04 09:26:27 +08:00
|
|
|
|
2003-10-03 14:27:09 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../expat-1.95.6-fix-declaration-order.patch</command></userinput></screen>
|
2003-02-04 09:26:27 +08:00
|
|
|
|
2003-06-18 11:21:47 +08:00
|
|
|
<para>Install <application>expat</application> by running the following commands:</para>
|
2002-10-03 07:11:53 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
2002-10-03 07:11:53 +08:00
|
|
|
make &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-10-03 07:11:53 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|