Ignore:
Timestamp:
02/19/2005 07:44:24 PM (19 years ago)
Author:
Gerard Beekmans <gerard@…>
Children:
acdb4a6
Parents:
ccb4ec9
Message:

Synchronized Testing with Trunk. Ready to move Testing to Trunk and discontinue Testing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4643 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    rccb4ec9 rb465451  
    2929<title>Installation of Readline</title>
    3030
    31 <para>The following patch fixes a problem where Readline sometimes
    32 only shows 33 characters on a line and then wraps to the next
    33 line.</para>
     31<para>The following patch includes a fix for the problem where
     32Readline sometimes only shows 33 characters on a line and then wraps
     33to the next line. It also includes other fixes recommended by the
     34Readline author.</para>
    3435
    35 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen>
     36<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
    3637
    3738<para>Prepare Readline for compilation:</para>
    3839
    39 <screen><userinput>./configure --prefix=/usr</userinput></screen>
     40<screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
    4041
    4142<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.