Author: randy Date: 2007-07-02 11:09:51 -0600 (Mon, 02 Jul 2007) New Revision: 6825
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/slang.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to S-Lang-2.1.1 Modified: trunk/BOOK/general/genlib/slang.xml =================================================================== --- trunk/BOOK/general/genlib/slang.xml 2007-07-02 15:48:47 UTC (rev 6824) +++ trunk/BOOK/general/genlib/slang.xml 2007-07-02 17:09:51 UTC (rev 6825) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v2.0/slang-&slang-version;.tar.bz2"> - <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.0/slang-&slang-version;.tar.bz2"> - <!ENTITY slang-md5sum "522d9075a721ebe235211dc96c7db2d1"> - <!ENTITY slang-size "1.0 MB"> - <!ENTITY slang-buildsize "26 MB"> + <!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v2.1/slang-&slang-version;.tar.bz2"> + <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.1/slang-&slang-version;.tar.bz2"> + <!ENTITY slang-md5sum "4465440c158a32aaebed6ef07e7408ac"> + <!ENTITY slang-size "1.1 MB"> + <!ENTITY slang-buildsize "28 MB"> <!ENTITY slang-time "0.5 SBU"> ]> @@ -58,8 +58,9 @@ <bridgehead renderas="sect3">S-Lang Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="libpng"/> and - <xref linkend="pcre"/></para> + <para role="optional"><xref linkend="libpng"/>, + <xref linkend="pcre"/>, and + <ulink url="http://www.geocities.jp/kosako3/oniguruma/">Oniguruma</ulink></para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/slang"/></para> @@ -73,14 +74,13 @@ commands:</para> <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc && -make && -make elf</userinput></screen> +make</userinput></screen> - <para>To test the results, issue: <command>make runtests</command>.</para> + <para>To test the results, issue: <command>make check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role='root'><userinput>make install-elf && +<screen role='root'><userinput>make install_doc_dir=/usr/share/doc/slang-&slang-version; install-all && chmod -v 755 /usr/lib/libslang.so.&slang-version; \ /usr/lib/slang/v2/modules/*.so</userinput></screen> </sect2> @@ -88,16 +88,15 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para><command>make install_doc_dir=/usr/share/doc/slang-&slang-version; + 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 directory to a versioned directory.</para> + <para><option>--with-readline=gnu</option>: Use this parameter to use the - system-installed version of <application>Readline</application> instead of - the <application>S-Lang</application> internal version.</para> + Gnu <application>Readline</application> parser instead of the + <application>S-Lang</application> internal version.</para> - <para><command>make elf</command> and <command>make install-elf</command>: - These commands create and install the dynamic shared version of the - <application>S-Lang</application> library as well as an - <application>S-Lang</application> script interpreter and related - modules.</para> - </sect2> <sect2 role="configuration"> @@ -138,7 +137,8 @@ <seglistitem> <seg>slsh</seg> <seg>libslang.{so,a} and numerous support modules</seg> - <seg>/usr/lib/slang, /usr/share/doc/slang and /usr/share/slsh</seg> + <seg>/usr/lib/slang, /usr/share/doc/slang-&slang-version; + and /usr/share/slsh</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-02 15:48:47 UTC (rev 6824) +++ trunk/BOOK/general.ent 2007-07-02 17:09:51 UTC (rev 6825) @@ -100,7 +100,7 @@ <!-- Chapter 8 --> <!ENTITY pcre-version "7.2"> <!ENTITY popt-version "1.10.4"> -<!ENTITY slang-version "2.0.7"> +<!ENTITY slang-version "2.1.1"> <!ENTITY gamin-version "0.1.8"> <!ENTITY libxml-version "1.8.17"> <!ENTITY libxml2-version "2.6.27"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-02 15:48:47 UTC (rev 6824) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-02 17:09:51 UTC (rev 6825) @@ -45,6 +45,9 @@ <para>July 2nd, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to S-Lang-2.1.1.</para> + </listitem> + <listitem> <para>[randy] - Updated to PCRE-7.2.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
