花了幾天的時間, 我弄了一個簡單的 gaimqq 版本, for gaim 0.75, only source code.
FreeBSD 的安裝方式:
# cd /usr/ports/net/gaim
# make configure
# cd work/gaim-0.75/src/protocols
# fetch ftp://freebsd.sinica.edu.tw/pub/statue/qq/release/gaimqq-0.2.tar.gz
# tar zxvf gaim-qq-0.2.tar.gz
# cd qq
# touch * .deps/*
# make install
Linux 的安裝方式:
# cd gaim-0.75/
# ./configure
# cd gaim-0.75/src/protocols
# fetch ftp://freebsd.sinica.edu.tw/pub/statue/qq/release/gaimqq-0.2.tar.gz
# tar zxvf gaim-qq-0.2.tar.gz
# cd qq
# touch * .deps/*
# make install