Debian6.0.6-live中文配置安装小结


Debian6.0.6-live中文配置安装小结
 
配置源
[plain] 
nano /etc/apt/sources.list  
[plain] 
deb http://ftp.cn.debian.org/debian stable main contrib non-free    
deb-src http://ftp.cn.debian.org/debian stable main contrib non-free    
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free    
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free    
deb http://security.debian.org/ squeeze/updates main contrib non-free    
deb-src http://security.debian.org/ squeeze/updates main contrib non-free    
deb http://mirrors.163.com/debian/ squeeze main non-free contrib    
deb http://mirrors.163.com/debian/ squeeze-proposed-updates main non-free contrib    
deb-src http://mirrors.163.com/debian/ squeeze main non-free contrib    
deb-src http://mirrors.163.com/debian/ squeeze-proposed-updates main non-free contrib   
安装中文包(KDE)
[plain] 
apt-get install kde-i18n-zh*    
安装中文字体
[plain] 
apt-get install xfonts-wqy  
安装scim中文输入法
[plain] 
apt-get install scim-pinyin   
iceweasel中文插件
[plain] 
apt-get install iceweasel-l10n-zh-cn  
iceweasel百度搜索引擎
[plain] 
http://mycroftproject.com/search-engines.html?name=baidu  
初始化声音
[plain] 
alsactl init  
安装编译工具
[plain] 
apt-get install linux-headers-2.6.32-5-amd64  
apt-get install make   
apt-get install gcc   
apt-get install build-essential  
安装Flash插件
[plain] 
apt-get install flashplugin-nonfree   
影音播放器Mplayer和播放前端SMplayer
[plain] 
apt-get install mplayer smpl  
安装wine
[plain] 
apt-get install wine   
下载并安装winetricks(wine管理)
[plain] 
wget http://www.kegel.com/wine/winetricks    
chmod +x winetricks    
mv winetricks /usr/local/bin    
Code::Blocks安装
官方网站下载Code::Blocks的deb包
用dpkg -i *.deb安装,如果缺少包,用apt-get -f install自动安装缺省包
Code::Blocks中文包下载  http://up.2cto.com/2013/0422/20130422110025937.rar
下载中文语言包,放到/usr/share/codeblocks/locale/zh_CN/文件夹下。注意,若无/usr/share/codeblocks/locale/zh_CN文件夹,自行建立。之后在Code::Blocks的setting--view--Internationlization下选择chinese(simplifield),重启Code::Blocks即可

相关内容

    暂无相关文章