最近我的Pidgin有時會秀斗秀斗的,而又等不到ubuntu釋出新版的Pidgin,只好自己當官方下載原始碼來安裝,程序如下:
1.至官方下載原始碼
http://www.pidgin.im/download/source/
2.解壓後執行終端機進該目錄,開始check編譯環境,輸入
./configure –prefix=/usr
3.跑完後會show出檢測結果,比如說缺少哪些相依套件(註1)
4.沒問題後即可進行編譯,輸入
make
5.編譯時間要好一會兒,完成後即可進行安裝,輸入
sudo make install
安裝完畢後,就可以在「應用程式」-「網際網路」類別裡找到Pidgin的捷徑
註1
Pidgin相依的套件還不少,所以可能會出現缺少這缺少那的訊息
對應表如下:
XScreenSaver extension development headers not found.: libxss-dev Startup notification development headers not found.: GStreamer development headers not found.: Meanwhile development headers not found.: D-Bus development headers not found.: NetworkManager development headers not found.: Perl development headers not found.: Tcl development headers not found.: Tk development headers not found.: GtkSpell development headers not found.: avahi development headers not found.: |
如果不想安裝相依套件,僅需在後面加入「–disable 套件」參數即可
例.
./configure –prefix=/usr –disable-startup-notification –disable-gtkspell –disable-meanwhile –disable-nm –disable-perl –disable-tcl
但是!建議別全部都略過,有可能會造成部份功能無法正常使用
比如說libnss-dev(libnss3-dev),沒安裝可能會造成MSN無法正常登入
另外我好像也因為略過GStreamer而發生音效異常情形,所以愛朱以哦~
【相關連結】
I have been exploring for a little bit for any high-quality articles or blog posts in this sort of space . Exploring in Yahoo I at last stumbled upon this web site. Reading this information So i am happy to express that I’ve a very just right uncanny feeling I discovered just what I needed. I such a lot no doubt will make certain to don?t fail to remember this web site and provides it a glance on a constant basis.
板主回覆:
沒遇過此問題呢~我後來都用aMSN了
板主回覆:
原來如此,謝謝你
請問一下,如果按字型就顯示程式自動關閉,大概是什麼問題?謝謝
sudo apt-get build-dep pidgin
以上就可以編譯安裝pidgin所須的相關套件。