aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/ncurses-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/ncurses-inst.sgml')
-rw-r--r--chapter06/ncurses-inst.sgml21
1 files changed, 0 insertions, 21 deletions
diff --git a/chapter06/ncurses-inst.sgml b/chapter06/ncurses-inst.sgml
deleted file mode 100644
index 4dd204e30..000000000
--- a/chapter06/ncurses-inst.sgml
+++ /dev/null
@@ -1,21 +0,0 @@
-<sect2>
-<title>Installation of Ncurses</title>
-
-<para>
-Install Ncurses by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;--with-shared
- --disable-termcap &amp;&amp;</userinput>
- <userinput>make &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>cd /lib &amp;&amp;</userinput>
- <userinput>ln -s libncurses.a libcurses.a</userinput>
-
-</literallayout></blockquote>
-
-</sect2>
-