diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-02-15 10:48:22 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-02-15 10:48:22 +0000 |
commit | 21308e271ca17c9a8f4ef23228eb11c242d883f5 (patch) | |
tree | 0676d51cb87d0edd8b21c754831cb70addebbf2c /chapter06 | |
parent | c3dc67cdcf7eebbffd7d69de741251a0c08443a1 (diff) |
Upgrade ncurses to 5.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3252 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml index da9dabe69..82a9c23ba 100644 --- a/chapter06/ncurses.xml +++ b/chapter06/ncurses.xml @@ -16,12 +16,7 @@ handling of character screens.</para> <sect2> <title>Installation of Ncurses</title> -<para>Fix a minor problem related to the <filename>etip.h</filename> header -file:</para> - -<screen><userinput>patch -Np1 -i ../&ncurses-etip-patch;</userinput></screen> - -<para>Now prepare Ncurses for compilation:</para> +<para>Prepare Ncurses for compilation:</para> <screen><userinput>./configure --prefix=/usr --with-shared --without-debug</userinput></screen> |