轉身看看我的ubuntu horay gaim是1.1.4@@!
唉...stable就是無法嘗鮮...
所以就抓下來source自己compile
首先
- 代碼: 選擇全部
apt-get install g++
再來就是三部曲
- 代碼: 選擇全部
./configure
make
make install clean
compile好了就很興奮執行...
ㄟ...不支援ssl@@!
回去查查這篇
終於發現了 ,
在ubuntu horay正確可以make的程序是
- 代碼: 選擇全部
apt-get install g++ libgnutls10-dev
./configure --enable-gnutls=yes
make
make install clean
附代一提 ,
根據上述網頁
Debian make gaim 需要安裝的deb是 libgnutls11-dev
以下是他的說明
- 代碼: 選擇全部
Debian
Use the debs
If you want to compile from source, make sure you have libgnutls11-dev installed.
Note: libgnutls & libgnutls-dev (from stable) are known to NOT work
後來想一想 , Debian跟ubuntu有人在make的嗎@@!
好像有點多此一舉:p