mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Updated editor list. Removed --with-history from libxml2 and added a caution.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5368 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
312084eb8f
commit
f33cb079a4
@ -86,7 +86,7 @@
|
||||
<para>Install <application>libxml2</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --with-history &&
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -100,8 +100,16 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--with-history</parameter>: Enables
|
||||
<application>readline</application> support.</para>
|
||||
<para><parameter>--with-history</parameter>: If this option is used, it
|
||||
enables <application>readline</application> support when running
|
||||
xmlcatalog in shell mode.</para>
|
||||
|
||||
<caution>
|
||||
<para>When using history support, <command>make check</command> will
|
||||
hang forever if either <filename>/etc/inputrc</filename> or
|
||||
<filename>~/.inpurc</filename> has the option
|
||||
<option>show-all-if-ambiguous</option> turned on.</para>
|
||||
</caution>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>December 7th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Removed --with-history option from libxml2. Added
|
||||
a caution that the make check command can hang forever under
|
||||
certain conditions with the option.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Added Andy Benton to the list of BLFS editors.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added GTK-Doc as a dependency of libxml, thanks to
|
||||
go moko for pointing out the omission.</para>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<listitem>
|
||||
<para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
|
||||
Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai, David Jensen,
|
||||
Manuel Canales Esparcia, and Richard Downing.</para>
|
||||
Manuel Canales Esparcia, and Andy Benton.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user