Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    r82fedc4 re0e40d3  
    3737    <para os="a">Prepare Ncurses for compilation:</para>
    3838
    39 <screen><userinput>./configure --prefix=/usr --libdir=/lib \
     39<screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \
    4040    --with-shared --without-debug</userinput></screen>
    4141
    42     <para os="b">Compile the package:</para>
    43 
    44 <screen os="c"><userinput>make</userinput></screen>
    45 
    46     <para os="d">This package does not come with a test suite.</para>
    47 
    48     <para os="e">Install the package:</para>
    49 
    50 <screen os="f"><userinput>make install</userinput></screen>
    51 
    52     <para os="g">Move the Ncurses static libraries to the proper locations:</para>
    53 
    54 <screen os="h"><userinput>mv /lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a /usr/lib</userinput></screen>
    55 
    56     <para os="i">Create symlinks in <filename class="directory">/usr/lib:</filename></para>
    57 
    58 <screen os="j"><userinput>rm /lib/lib{ncurses,menu,panel,form,curses}.so
     42    <para os="c">Compile the package:</para>
     43
     44<screen os="d"><userinput>make</userinput></screen>
     45
     46    <para os="e">This package does not come with a test suite.</para>
     47
     48    <para os="f">Install the package:</para>
     49
     50<screen os="g"><userinput>make install</userinput></screen>
     51
     52    <para os="h">Move the Ncurses static libraries to the proper locations:</para>
     53
     54<screen os="i"><userinput>mv /lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a /usr/lib</userinput></screen>
     55
     56    <para os="j">Create symlinks in <filename class="directory">/usr/lib:</filename></para>
     57
     58<screen os="k"><userinput>rm /lib/lib{ncurses,menu,panel,form,curses}.so
    5959ln -sf ../../lib/libncurses.so.5 /usr/lib/libcurses.so
    6060ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
     
    6363ln -sf ../../lib/libform.so.5 /usr/lib/libform.so</userinput></screen>
    6464
    65     <para os="k">Give the Ncurses libraries execute permissions:</para>
    66 
    67 <screen os="l"><userinput>chmod 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
     65    <para os="l">Give the Ncurses libraries execute permissions:</para>
     66
     67<screen os="m"><userinput>chmod 755 /lib/lib{panel,menu,form,ncurses}.so.&ncurses-version;</userinput></screen>
    6868
    6969  </sect2>
Note: See TracChangeset for help on using the changeset viewer.