diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-20 01:51:51 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-20 01:51:51 +0000 |
commit | 04d01d7b0c5cd48bd730e4e6c8443e9dd79ad030 (patch) | |
tree | 1e04fce9f60e3015df98f4860ef29e5880371e3e | |
parent | a0994c108710c443c1ee09042bae3daea69588bb (diff) |
Adding patch explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@818 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/man.xml | 1 | ||||
-rw-r--r-- | chapter06/ncurses-exp.xml | 6 | ||||
-rw-r--r-- | chapter06/texinfo.xml | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 0dd38b9c8..fa0449b4c 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -7,6 +7,7 @@ Estimated disk space required: &man-compsize; </screen> &c6-man-inst; +&c6-man-exp; &aa-man-desc; </sect1> diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index 8e8c641ce..78b7a3cde 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -2,6 +2,12 @@ <title>Command explanations</title> <para> +<userinput>patch -Np1 -F10 -i ../ncurses-5.2.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/texinfo.xml b/chapter06/texinfo.xml index e523e9f0c..41791478f 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -7,6 +7,7 @@ Estimated disk space required: &texinfo-compsize; </screen> &c6-texinfo-inst; +&c6-texinfo-exp; &aa-texinfo-desc; </sect1> |