diff options
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 334286d40..c72100cf4 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -7,9 +7,9 @@ your distribution has the <filename>/usr/lib/libcurses.a</filename> and distribution is an LFS system, all files will be present if you followed the instructions of the book version you read exactly.</para> -<para>If both of the files are missing, you have to install the ncurses +<para>If both of the files are missing, you have to install the Ncurses development package. This package is often called something like -<emphasis>ncurses-dev</emphasis>. If this package is already installed, +<emphasis>Ncurses-dev</emphasis>. If this package is already installed, or you just installed it, check for the two files again. Often the <filename>libcurses.a</filename> file is (still) missing. If so, then create <filename>libcurses.a</filename> as a symlink by running the |