diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 4dd204e30..a314c20a4 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -6,7 +6,6 @@ Install Ncurses by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr --libdir=/lib \</userinput> <userinput> --with-shared --disable-termcap &&</userinput> @@ -14,7 +13,6 @@ Install Ncurses by running the following commands: <userinput>make install &&</userinput> <userinput>cd /lib &&</userinput> <userinput>ln -s libncurses.a libcurses.a</userinput> - </literallayout></blockquote> </sect2> |