diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:49:50 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-05 17:49:50 +0000 |
commit | 0e998caf27ce3c814c47a79e25c6b87afc2db73d (patch) | |
tree | 27e450754e35880ae41bce8c55923cf0042c3942 | |
parent | 5cce404acfca10c9851dbc13e7c58c864f6852dd (diff) |
added note about installing ncurses on host distro when installing
ch5-bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1182 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7a9a2905a..5176b565b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -5,6 +5,12 @@ <itemizedlist> +<listitem><para>September 5th, 2001 [gerard]: Chapter 5 - Bash: Added +notes that the ncurses-dev package must be installed and the libcurses.a +symlink created if missing. Added --with-curses back to Bash's +installation, this now functions as a good test to make sure ncurses is +installed (if not, texinfo will fail).</para> + <listitem><para>September 5th, 2001 [gerard]: Chapter 6 - Net-tools: Instead of running make install, we now run make update. It does the same, except make update doesn't make backup of programs it's |