diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-25 19:15:30 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-25 19:15:30 +0000 |
commit | a51314dd5a4cbc62e9e01179cb49f99f60dac7e4 (patch) | |
tree | 025adab20d46957d4e52e41e58d704f45fa51403 /chapter06/ncurses-inst.xml | |
parent | 95110e8d0d2a082dcf15f5646c14afcc2660c5cb (diff) |
new ncurses-5.2 patch update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <sect2> <title>Installation of Ncurses</title> -<para>Install Ncurses by running the following commands:</para> +<para>Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands:</para> -<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;.patch &&</userinput> +<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &&</userinput> <userinput>./configure --prefix=/usr --libdir=/lib \</userinput> <userinput> --with-shared --disable-termcap &&</userinput> <userinput>make &&</userinput> |