some textual updates

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-09-11 16:37:06 +00:00
parent 8f5eebe6bd
commit f8217e1503

View File

@ -3,14 +3,17 @@
<para>Before you attempt to install Bash, you have to check to make sure <para>Before you attempt to install Bash, you have to check to make sure
your distribution has the <filename>/usr/lib/libcurses.a</filename> and your distribution has the <filename>/usr/lib/libcurses.a</filename> and
<filename>/usr/lib/libncurses.a</filename> files. If both of the files <filename>/usr/lib/libncurses.a</filename> files. If your host
are missing, you have to install the ncurses development package. This distribution is an LFS system, all files will be present if you followed
package is often call something like <emphasis>ncurses-dev</emphasis>.</para> the instructions of the book version you read exactly.</para>
<para>If this package is already installed, or you just did it, check <para>If both of the files are missing, you have to install the ncurses
for the two files again. Often the <filename>libcurses.a</filename> file development package. This package is often call something like
is (still) missing. If so, then create <filename>libcurses.a</filename> <emphasis>ncurses-dev</emphasis>. If this package is already installed,
as a symlink by running the following commands:</para> or you just did 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
following commands:</para>
<para><screen><userinput>cd /usr/lib &amp;&amp;</userinput> <para><screen><userinput>cd /usr/lib &amp;&amp;</userinput>
<userinput>ln -s libncurses.a libcurses.a</userinput></screen></para> <userinput>ln -s libncurses.a libcurses.a</userinput></screen></para>