|
Question about chapter 6.19 ncurses??
Hi i am kindoff confused about executing the command in the NOTES for binary-only application ... i was wondering do i have execute this following command :
make distclean
./configure --prefix=/usr --with-shared --without-normal \
--without-debug --without-cxx-binding
make sources libs
cp -av lib/lib*.so.5* /usr/lib
and then repeat the above steps required for Ncurses again???
|