mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
added ncurses-static package name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0c11bd1656
commit
f50705faeb
@ -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,
|
<emphasis>ncurses-dev</emphasis> or <emphasis>ncurses-static</emphasis>. If
|
||||||
or you just installed it, check for the two files again. Often the
|
this package is already installed, or you just installed it, check for the
|
||||||
<filename>libcurses.a</filename> file is (still) missing. If so, then
|
two files again. Often the <filename>libcurses.a</filename> file is (still)
|
||||||
create <filename>libcurses.a</filename> as a symlink by running the
|
missing. If so, then create <filename>libcurses.a</filename> as a symlink
|
||||||
following commands as user root:</para>
|
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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user