编译源码安装Audacious2
ubuntu9.10自带的Audacious2.1版本,不支持某些中文名的mp3,会乱码。需要手工安装2.2修正版本
1、http://audacious-media-player.org/ 下载audacious-2.2.tgz和audacious-plugins-2.2.tgz
2、cd ~ (必须在当前用户的home目录安装, 否则编译安装可以通过, 但是出不来GUI界面也无法播放音乐文件)
3、
sudo apt-get build-dep audacious //安装依赖包sudo apt-get install libxml++1.0-devsudo apt-get remove audacious //如果之前安装过,需要先删除旧的安装sudo apt-get autoremovetar xvzf audacious-2.2.tgzcd audacious-2.2 (解压目录下的README详细描述了安装过程)./configure --enable-chardet //加参数开启字符集自动识别makesudo make installcd ~tar xvzf audacious-plugins-2.2.tgzcd audacious-plugins-2.2sudo apt-get build-dep audacious-plugins //安装依赖包./configuremakesudo make install