Ignore:
Timestamp:
11/08/2004 02:26:46 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.0, 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:
7aaad25
Parents:
ef9c039
Message:

Removed reduntant 'make install-links' command from slang instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slang.xml

    ref9c039 rc3b9784  
    88<!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
    99<!ENTITY slang-size "624 KB">
    10 <!ENTITY slang-buildsize "9.6 MB">
    11 <!ENTITY slang-time "0.16 SBU">
    12 
     10<!ENTITY slang-buildsize "11.1 MB">
     11<!ENTITY slang-time "0.24 SBU">
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>slang</application></title>
    25                                                                                
    26 <para>The slang package contains the slang library, which
    27 provides facilities such as display/screen management, keyboard input, and keymaps.</para>
    28                                                                                
     24
     25<para>The <application>slang</application> package contains the
     26<application>slang</application> library, which provides facilities
     27such as display/screen management, keyboard input, and keymaps.</para>
     28
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
     
    3535<listitem><para>Estimated build time: &slang-time;</para></listitem></itemizedlist>
    3636</sect3>
    37                                                                                
     37
    3838</sect2>
    3939
    4040<sect2>
    4141<title>Installation of <application>slang</application></title>
    42                                                                                
    43 <para>Install <application>slang</application> by running the following commands:</para>
    44                                                                                
     42
     43<para>Install <application>slang</application> by running the following
     44commands:</para>
     45
    4546<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4647make &amp;&amp;
     
    4849make elf &amp;&amp;
    4950make install-elf &amp;&amp;
    50 make install-links &amp;&amp;
    5151chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
    52                                                                                
     52
    5353</sect2>
    5454
    5555<sect2>
    5656<title>Configuring <application>slang</application></title>
    57                                                                                
     57
    5858<sect3><title>Configuration Information</title>
    59                                                                                
     59
    6060<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
    61                                                                                
     61
    6262</sect3>
    63                                                                                
     63
    6464</sect2>
    6565
    6666<sect2>
    6767<title>Contents</title>
    68                                                                                
    69 <para>The <application>slang</application> package contains the <filename>libslang</filename> libraries.</para>
    70                                                                                
     68
     69<para>The <application>slang</application> package contains the
     70<filename class='libraryfile'>libslang</filename> libraries.</para>
     71
    7172</sect2>
    7273
Note: See TracChangeset for help on using the changeset viewer.