diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/ncurses.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a18a9c819..d137ca880 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Ncurses</title> + <para>First, ensure that gawk is found first during configuration:</para> + +<screen><userinput remap="pre">sed s/mawk// configure</userinput></screen> + <para>Prepare Ncurses for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools \ |