diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ncurses-exp.xml | 4 | ||||
-rw-r--r-- | chapter06/ncurses-inst.xml | 4 |
2 files changed, 4 insertions, 4 deletions
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 @@ <sect2> <title>Command explanations</title> -<para><userinput>patch -Np1 -F10 -i ../ncurses-5.2.patch:</userinput> Regular -updates to the ncurses package are provided as patch files so this is +<para><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch:</userinput> +Regular updates to the ncurses package are provided as patch files so this is to make the source tree up to date.</para> <para><userinput>--with-shared:</userinput> 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 @@ <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> |