我们知道在Linux下可以通过pidgin使用qq,虽然Solaris也有pidgin,但是由于版权问题没有qq协议,不过我们可以自己编译,唯一需要注意的一点就是用下面的命令configure
# ./configure --disable-perl --with-ncurses-headers=/opt/csw/include/ncurses
更完整的步骤可以
How to use qq in Solaris
# cd /opt/csw
# bunzip2 pidgin-2.2.2.tar.bz2
# tar xvf pidgin-2.2.2.tar
# cd pidgin-2.2.2
# ./configure --disable-perl --with-ncurses-headers=/opt/csw/include/ncurses
# gmake
# gmake install
# alias gaim='/opt/csw/pidgin-2.2.2/pidgin/pidgin > /dev/null 2>&1 &'
If you have any problems, maybe you need be familiar with pkg-get first.