diff options
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 8e8c641ce..78b7a3cde 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -2,6 +2,12 @@ <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 +to make the source tree up to date. +</para> + +<para> <userinput>--with-shared:</userinput> This enables the build of the shared ncurses library files. </para> |