diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 00:08:40 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-14 00:08:40 +0800 |
commit | 951e07508bf0147030fe0aae229faf481824c02f (patch) | |
tree | 988580fc592c7b833b24aece079e1ad15f71d73a /chapter08 | |
parent | 0d487e09e603e7a86fdec911d9b0b4d53c4f1ac5 (diff) |
ncurses: remove an outdated sentence about libncurses++w.a
We now build the C++ binding as shared library.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/ncurses.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml index e8d42bc7a..d68bfa44c 100644 --- a/chapter08/ncurses.xml +++ b/chapter08/ncurses.xml @@ -131,8 +131,7 @@ in-place. It may crash the shell process which is using code and data from the library file. Install the package with <literal>DESTDIR</literal>, and replace the library file correctly using - <command>install</command> command. A useless static archive which is - not handled by <command>configure</command> is also removed:</para> + <command>install</command> command:</para> <screen><userinput remap="install">make DESTDIR=$PWD/dest install install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib |