Ignore:
Timestamp:
Feb 20, 2009, 9:14:06 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d855248
Parents:
96c683b
Message:

Additional command now needed to install readline documentation

File:
1 edited

Legend:

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

    r96c683b r4f743c5  
    5050<screen os="g"><userinput>make install</userinput></screen>
    5151
    52     <para os="h">Now move the static libraries to a more appropriate location:</para>
     52    <para os="h">Install the documentation:</para>
    5353
    54 <screen os="i"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
     54<screen os="i"><userinput>make install-doc</userinput></screen>
    5555
    56     <para os="j">Next, remove the <filename class="extension">.so</filename>
     56    <para os="j">Now move the static libraries to a more appropriate location:</para>
     57
     58<screen os="k"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
     59
     60    <para os="l">Next, remove the <filename class="extension">.so</filename>
    5761    files in <filename class="directory">/lib</filename> and relink them into
    5862    <filename class="directory">/usr/lib</filename>.</para>
    5963
    60 <screen os="k"><userinput>rm -v /lib/lib{readline,history}.so
     64<screen os="m"><userinput>rm -v /lib/lib{readline,history}.so
    6165ln -svf ../../lib/libreadline.so.&readline-version2; /usr/lib/libreadline.so
    6266ln -svf ../../lib/libhistory.so.&readline-version2; /usr/lib/libhistory.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.