diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index a314c20a4..7d5570dc2 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -6,6 +6,8 @@ Install Ncurses by running the following commands: </para> <blockquote><literallayout> + <userinput>patch -Np1 -i ../ncurses-&ncurses-version;.patch + &&</userinput> <userinput>./configure --prefix=/usr --libdir=/lib \</userinput> <userinput> --with-shared --disable-termcap &&</userinput> |