Changeset 28e38cf


Ignore:
Timestamp:
04/15/2005 06:48:44 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
520d0fe
Parents:
9a61f3c4
Message:

Added indexing tags to the slang instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slang.xml

    r9a61f3c4 r28e38cf  
    99<!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
    1010<!ENTITY slang-size "624 KB">
    11 <!ENTITY slang-buildsize "11.1 MB">
     11<!ENTITY slang-buildsize "10.7 MB">
    1212<!ENTITY slang-time "0.24 SBU">
    1313]>
     
    2020<?dbhtml filename="slang.html"?>
    2121<title>slang-&slang-version;</title>
     22<indexterm zone="slang">
     23<primary sortas="a-Slang">Slang</primary></indexterm>
    2224
    2325<sect2>
     
    5153
    5254<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    53 make &amp;&amp;
    54 make install &amp;&amp;
    55 make elf &amp;&amp;
    56 make install-elf &amp;&amp;
     55make</command></userinput></screen>
     56
     57<para>Now, as the root user:</para>
     58
     59<screen><userinput role='root'><command>make install</command></userinput></screen>
     60
     61<para>Now, as the unprivileged user:</para>
     62
     63<screen><userinput role='root'><command>make elf</command></userinput></screen>
     64
     65<para>And finally, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install-elf &amp;&amp;
    5768chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
    5869
     
    7384<title>Contents</title>
    7485
    75 <para>The <application>slang</application> package contains the
    76 <filename class='libraryfile'>libslang</filename> libraries.</para>
     86<segmentedlist>
     87<segtitle>Installed Programs</segtitle>
     88<segtitle>Installed Library</segtitle>
     89<segtitle>Installed Directory</segtitle>
     90
     91<seglistitem>
     92<seg>None</seg>
     93<seg>libslang.[so,a]</seg>
     94<seg>/usr/share/doc/slang</seg>
     95</seglistitem>
     96</segmentedlist>
    7797
    7898</sect2>
Note: See TracChangeset for help on using the changeset viewer.