码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 6.5 安装 chrome , mplayer , alarm , clock

时间:2014-08-26 21:35:16      阅读:374      评论:0      收藏:0      [点我收藏+]

标签:http   os   ar   amp   sp   on   ad   ef   c   

Chrome

wget http://chrome.richardlloyd.org.uk/install_chrome.sh
chmod u+x install_chrome.sh
./install_chrome.sh

NTFS

yum -y install ntfs-3g

Virtualbox

yum -y install kernel-devel

Mplayer

yum -y install svn
yum -y install wget
yum -y install yasm
yum -y install gtk2-devel
yum -y install make
yum -y install gcc
yum -y install git
wget http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-20071007.tar.bz2
tar -xaf essential-amd64-20071007.tar.bz2
mkdir /usr/local/lib/codecs
cp essential-amd64-20071007/* /usr/local/lib/codecs
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
svn update
./configure –enable-gui –language=zh_CN
make
make install
wget http://www.mplayerhq.hu/MPlayer/skins/Clearlooks-1.6.tar.bz2
tar -xaf Clearlooks-1.6.tar.bz2
cp -R Clearlooks /usr/local/share/mplayer/skins/
ln -s Clearlooks default

Alarm Clock 0.3.3

yum -y install GConf2-devel
yum -y install libnotify
yum -y install libnotify-devel
yum -y install unique-devel
yum -y install intltool
wget http://launchpad.net/alarm-clock/trunk/0.3.3/+download/alarm-clock-applet-0.3.3.tar.gz
tar zxvf alarm-clock-applet-0.3.3.tar.gz
cd alarm-clock-applet-0.3.3/
./configure
make && sudo make install

Centos 6.5 安装 chrome , mplayer , alarm , clock

标签:http   os   ar   amp   sp   on   ad   ef   c   

原文地址:http://my.oschina.net/jianweizhang/blog/306946

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!