Changeset 458e7586


Ignore:
Timestamp:
03/12/2008 04:43:44 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cf4877f
Parents:
43b1987f
Message:

Updated to S-Lang-2.1.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7261 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r43b1987f r458e7586  
    9898<!ENTITY pcre-version                 "7.6">
    9999<!ENTITY popt-version                 "1.10.4">
    100 <!ENTITY slang-version                "2.1.1">
     100<!ENTITY slang-version                "2.1.3">
    101101<!ENTITY gamin-version                "0.1.9">
    102102<!ENTITY libxml-version               "1.8.17">
  • general/genlib/slang.xml

    r43b1987f r458e7586  
    77  <!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v2.1/slang-&slang-version;.tar.bz2">
    88  <!ENTITY slang-download-ftp  "ftp://space.mit.edu/pub/davis/slang/v2.1/slang-&slang-version;.tar.bz2">
    9   <!ENTITY slang-md5sum        "4465440c158a32aaebed6ef07e7408ac">
     9  <!ENTITY slang-md5sum        "0e4ae3aac75441eaa230bceb7811f088">
    1010  <!ENTITY slang-size          "1.1 MB">
    11   <!ENTITY slang-buildsize     "28 MB">
     11  <!ENTITY slang-buildsize     "26 MB">
    1212  <!ENTITY slang-time          "0.5 SBU">
    1313]>
     
    7777make</userinput></screen>
    7878
    79     <para>To test the results, issue: <command>make check</command>.</para>
     79    <para>To test the results, issue: <command>make check</command>. Note that
     80    this will also create a static version of the library which will then be
     81    installed in the next step.</para>
    8082
    8183    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8284
    83 <screen role='root'><userinput>make install_doc_dir=/usr/share/doc/slang-&slang-version; install-all &amp;&amp;
     85<screen role='root'><userinput>make \
     86    install_doc_dir=/usr/share/doc/slang-&slang-version; \
     87    SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh \
     88    install-all &amp;&amp;
    8489chmod -v 755 /usr/lib/libslang.so.&slang-version; \
    8590             /usr/lib/slang/v2/modules/*.so</userinput></screen>
     
    9095
    9196    <para><command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
    92     install-all</command>: This command installs the static library as well as
     97    SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install-all</command>:
     98    This command installs the static library as well as
    9399    the dynamic shared version and related modules. It also changes the
    94     documentation installation directory to a versioned directory.</para>
     100    documentation installation directories to a versioned directory.</para>
    95101
    96102    <para><option>--with-readline=gnu</option>: Use this parameter to use the
  • introduction/welcome/changelog.xml

    r43b1987f r458e7586  
    4545      <para>March 12th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to S-Lang-2.1.3.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated the SLIB download URL.</para>
Note: See TracChangeset for help on using the changeset viewer.