debian; ubuntu; kali / linux桌面 / 未分类 · 2013年10月16日

Audacious + OSD Lyrics 打造Linux下的千千静听

第一 安装audacious ,这里用apt 当然,你喜欢的话也可以用源码安装
sudo apt-get install audacious
安装audacious的解码器
sudo apt-get install audacious-plugins audacious-plugins-extra audacious-plugins-extra-console
第二 安装osdlyrics
1.直接apt
Ubuntu 9.10 or later
Import the PPA repository:
sudo add-apt-repository ppa:osd-lyrics/ppa
Update & install:
sudo apt-get update
sudo apt-get install osdlyrics

2.源码安装
https://code.google.com/p/osd-lyrics/wiki/InstallSource
Clone from github
git clone git://github.com/osdlyrics/osdlyrics.git
cd osdlyrics

Build and install
Make sure you are in the source directory.
Then follow the instructions:
aclocal
autoheader
autoconf
automake --add-missing
./configure
make
sudo make install

By ./configure, you can append some options after it. The available options you may be insterested in are list below. To get all available options, just ./configure –help
Notes for Ubuntu users
In order to show the tray icon in Ubuntu, libappindicator-dev is required. When invoking ./configure script, use ./configure –enable-appindicator instead.
音乐播放器Audacious
http://www.linuxidc.com/Linux/2013-10/91452p3.htm
http://www.linuxidc.com/Linux/2011-10/44248.htm
http://www.linuxidc.com/Linux/2013-07/87707p2.htm