mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
ncurses: remove an outdated sentence about libncurses++w.a
We now build the C++ binding as shared library.
This commit is contained in:
parent
0d487e09e6
commit
951e07508b
@ -131,8 +131,7 @@
|
|||||||
in-place. It may crash the shell process which is using code and data
|
in-place. It may crash the shell process which is using code and data
|
||||||
from the library file. Install the package with
|
from the library file. Install the package with
|
||||||
<literal>DESTDIR</literal>, and replace the library file correctly using
|
<literal>DESTDIR</literal>, and replace the library file correctly using
|
||||||
<command>install</command> command. A useless static archive which is
|
<command>install</command> command:</para>
|
||||||
not handled by <command>configure</command> is also removed:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="install">make DESTDIR=$PWD/dest install
|
<screen><userinput remap="install">make DESTDIR=$PWD/dest install
|
||||||
install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
|
install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user