diff options
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 7ed092d36..d4a17128c 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -8,11 +8,13 @@ commands.</para> <para>Install Ncurses by running the following commands:</para> <para><screen><userinput>patch -Np1 -i ../ncurses-&ncurses-patch-version;.patch && -./configure --prefix=/usr --libdir=/lib --with-shared && +./configure --prefix=/usr --with-shared && make && make install && -mv /lib/*.a /usr/lib && -chmod 755 /lib/*.5.2 && -ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para> +chmod 755 /usr/lib/*.5.2 && +mv /usr/lib/libncurses.so.5* /lib && +ln -s libncurses.a /usr/lib/libcurses.a && +ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so && +ln -sf ../../lib/libncurses.so.5 /usr/lib/libcurses.so</userinput></screen></para> </sect2> |