/opt/src/

NCURSES

configure

CC='gcc' \
./configure --prefix=/opt/pkgs/ncurses-5.x \
'--with-install-prefix' \
'--with-shared' \
'--with-normal' \
'--enable-colorfgbg' \
'--enable-hard-tabs' \
'--enable-widec'

make install

library file名 が一部 curses とダブるので, 気になる人は気をつけて sym-link を張ること。

# gmake install
# cd /opt/pkgs
# ln -s ncurses-5.x ncurses
# cd /opt/include
# ln -s ../pkgs/ncurses/include ncurses
# cd /opt/lib
# for i in ../pkgs/ncurses/lib/*
> ln -s $i
# rm libcurses.so

FAQ

 
[Powerd by Sun] [Solaris.RogueLife.org] [Valid XHTML 1.0]
Copyright © 2000 -- tsumura@tomo.gr.jp