Author: igor
Date: Mon Dec 23 06:22:35 2013
New Revision: 12436
Log:
use gnu readline for slang interpreter by default
Modified:
trunk/BOOK/general/prog/slang.xml
Modified: trunk/BOOK/general/prog/slang.xml
==============================================================================
--- trunk/BOOK/general/prog/slang.xml Mon Dec 23 02:32:57 2013 (r12435)
+++ trunk/BOOK/general/prog/slang.xml Mon Dec 23 06:22:35 2013 (r12436)
@@ -84,7 +84,9 @@
<para>Install <application>S-Lang</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-readline=gnu &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>. Note that
@@ -104,16 +106,18 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para>
+ <parameter>--with-readline=gnu</parameter>: This parameter sets GNU
+ <application>Readline</application> to be used by the parser interface
+ instead of the <application>S-Lang</application> internal version.
+ </para>
+
<para><command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh
install-all</command>:
This command installs the static library as well as
the dynamic shared version and related modules. It also changes the
documentation installation directories to a versioned directory.</para>
- <para><option>--with-readline=gnu</option>: Use this parameter to use the
- Gnu <application>Readline</application> parser instead of the
- <application>S-Lang</application> internal version.</para>
-
</sect2>
<sect2 role="configuration">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page