Banshee 0.11 for Ubuntu 6.06 编译指南

目前,Banshee 的新版本 0.11 已然发布。可能有些同学早就想跃跃欲试了。以下就是 Banshee 0.11 在 Ubuntu 6.06 中的编译过程。

  1. 准备编译依赖
    sudo apt-get build-dep banshee
    sudo apt-get install libavahi-cil
    
  2. 下载 Banshee 0.11 及其插件
    wget http://banshee-project.org/files/banshee/banshee-0.11.0.tar.gz
    wget http://www.banshee-project.org/files/banshee-official-plugins/banshee-official-plugins-0.11.0.tar.gz
    
  3. 解包
    tar -xvzf banshee-0.11.0.tar.gz
    tar -xvzf banshee-official-plugins-0.11.0.tar.gz
    
  4. 配置、编译并安装 Banshee
    cd banshee-0.11.0
    ./configure --prefix=/usr --enable-avahi --disable-docs
    make
    sudo make install
    
  5. 配置、编译并安装插件
    cd banshee-official-plugins-0.11.0
    ./configure --prefix=/usr
    make
    sudo make install
    
  6. 运行 Banshee 可通过在终端中输入 banshee,或从“Applications->Sound & Video”菜单中执行。

注意:如果启用了 QuinnStorm 源,在编译时可能会出错,解决办法见这里

(Via Linux Revolution, thanks!)

Read More:

  • No related posts

3 Comments

  1. 1 幽火 Commented @ 2006-09-20 22:44Reply to this comment

    经常发现他们的桌面有个和苹果系统一样的面板(在桌面底部),上面有好多软件的快捷方式,把鼠标移到上面去,会有动态的效果。请问这个是什么?我想在我的ubuntu安装。那东西很好看。

  2. 2 Toy Commented @ 2006-09-20 23:08Reply to this comment

    你说的是 dock 程序吧,这里有一个可供参考。

  3. 3 crorts Commented @ 2008-09-23 14:26Reply to this comment

    我 编译安装了最新的1。3

    请问你现在用什么系统?我接触LINUX没多久~