aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-15 21:10:12 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-15 21:10:12 +0000
commit28271660f2fa68c1d0ea1d2af8904c34c6a69946 (patch)
tree4f61338872295b196ba95d5d89502bc21c514e4e /chapter06
parent492516d70111291db800bf5d526ad487a7adc7bc (diff)
ncurses patch removed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@976 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses-exp.xml4
-rw-r--r--chapter06/ncurses-inst.xml5
2 files changed, 2 insertions, 7 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml
index 968ec9fbe..4a988d279 100644
--- a/chapter06/ncurses-exp.xml
+++ b/chapter06/ncurses-exp.xml
@@ -1,10 +1,6 @@
<sect2>
<title>Command explanations</title>
-<para><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.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>
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index d2d53812c..f870c55fb 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -1,10 +1,9 @@
<sect2>
<title>Installation of Ncurses</title>
-<para>Before Ncurses is installed, the patch file needs to be unzipped. Install Ncurses by running the following commands:</para>
+<para>Install Ncurses by running the following commands:</para>
-<para><screen><userinput>patch -Np1 -F10 -i ../ncurses-&ncurses-version;-&ncurses-patch-version;.patch &amp;&amp;</userinput>
-<userinput>./configure --prefix=/usr --libdir=/lib \</userinput>
+<para><screen><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</userinput></screen></para>