最近我的 Pidgin 有时会闪退,而又等不到 Ubuntu 发布新版的 Pidgin,只好自己从官方下载安装源码来安装,程序如下:
1.至官方下載原始碼
http://www.pidgin.im/download/source/
2.解壓後執行終端機進該目錄,開始check編譯環境,Enter
./配置 –prefix=/usr
3.跑完後會show出檢測結果,比如說缺少哪些相依套件(註1)
4.沒問題後即可進行編譯,Enter
make
5.編譯時間要好一會兒,完成後即可進行安裝,Enter
sudo make install
安装完毕后,就可以在「應用程式」-「網際網路」類別裡找到Pidgin的捷徑
Note 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 套件'参数即可
示例.
./配置 –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所需的相关软件包。