Selaa lähdekoodia

added ncurses-static package name

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 vuotta sitten
vanhempi
commit
f50705faeb
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      chapter05/bash-inst.xml

+ 5 - 5
chapter05/bash-inst.xml

@@ -9,11 +9,11 @@ the instructions of the book version you read exactly.</para>
 
 <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,
-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 
-following commands as user root:</para>
+<emphasis>ncurses-dev</emphasis> or <emphasis>ncurses-static</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 following commands as user root:</para>
 
 <para><screen><userinput>ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para>