diff options
Diffstat (limited to 'chapter06/ncurses-exp.xml')
-rw-r--r-- | chapter06/ncurses-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/ncurses-exp.xml b/chapter06/ncurses-exp.xml index ed43190e0..79b1303e4 100644 --- a/chapter06/ncurses-exp.xml +++ b/chapter06/ncurses-exp.xml @@ -9,11 +9,11 @@ constructions that are no longer valid in the new C++ standard.</para> shared ncurses library files.</para> <para><userinput>chmod 755 *.5.2:</userinput> Shared libraries should be -executable. Ncurses install routine doesn't set the permissions +executable. Ncurses's install routine doesn't set the permissions properly so we do it manually instead.</para> <para><userinput>ln -sf libncurses.a libcurses.a:</userinput> Some -programs try to link using -lcurses instead of -lncurses. This symlink +programs try to link using -lcurses instead of -lncurses. This symlink ensures that such programs will link without errors.</para> </sect2> |