From a51314dd5a4cbc62e9e01179cb49f99f60dac7e4 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 25 Jul 2001 19:15:30 +0000 Subject: new ncurses-5.2 patch update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/ncurses-exp.xml | 4 ++-- chapter06/ncurses-inst.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 93eb4ab1b..968ec9fbe 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -1,8 +1,8 @@ Command explanations -patch -Np1 -F10 -i ../ncurses-5.2.patch: Regular -updates to the ncurses package are provided as patch files so this is +patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch: +Regular updates to the ncurses package are provided as patch files so this is to make the source tree up to date. --with-shared: This enables the build of the diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 865d90d66..d2d53812c 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -1,9 +1,9 @@ Installation of Ncurses -Install Ncurses by running the following commands: +Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands: -patch -Np1 -F10 -i ../ncurses-&ncurses-version;.patch && +patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch && ./configure --prefix=/usr --libdir=/lib \    --with-shared --disable-termcap && make && -- cgit v1.2.3-54-g00ecf