各位大大。在这里我找到是可以支持APE的。我下载了,但却不能安装,可否教教小弟。小弟是菜鸟。feng3243 写了:Audacious--一款音乐播放器软件
1、Audacious ,一款音乐播放软件,是 beep-media-player 0.9.7.1的衍生软件。由于BMP停止开发,并且存在很多问题,Audacious的开发团队就自己动手开发了这个软件。 Audacious 兼容Winamp 2.x 或者 "Classic" ,和 XMMS 的皮肤。
2、安装Audacious
(1)添加下列源
sudo gedit /etc/apt/sources.list
dapper的:
deb http://static.audacious-media-player.org/ubuntu dapper main
deb-src http://static.audacious-media-player.org/ubuntu dapper main
edgy的:
deb http://static.audacious-media-player.org/ubuntu edgy main
deb-src http://static.audacious-media-player.org/ubuntu edgy main
(2)安装
sudo apt-get install audacious
3、解决中文乱码现象
在audacious上右键选择“首选项”,在“播放列表”中,把标题格式改为“Custom",再把自定格式改为
“%f”(不要引号)。
乱码解决方法参考了:
viewtopic.php?t=36150&highlight=Audacious
我把audacious-mac-0.3.10.tar.gz放到/home/admins/,然后用终端指令解压。
解压后的文件是在/home/admins/audacious-mac-0.3.10,这时就继续的输入
sudo /home/admins/audacious-mac-0.3.10/configure
结果出现以下的文字:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
之后我在终端熟入
sudo make 或 sudo make install
结果都不能。其实我对tar.gz的安装方式一直不明了,上网找了好多也看不懂。希望大大能帮个忙。谢谢