|
@@ -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
|
|
<para>If both of the files are missing, you have to install the Ncurses
|
|
development package. This package is often called something like
|
|
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>
|
|
<para><screen><userinput>ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para>
|
|
|
|
|