您的位置:首页 > 其它

codeblocks deb 汉化

2014-07-01 09:16 162 查看
安装的步骤。
首先安装wxwidget ,根据codeblocks官网说法,ubuntu 提供的wxwidget版本并非标准版,不能用于codeblocks,原文如下:
----------------------------------------------------------------------------------------------------------------------------------
Important note for Ubuntu users: To be able to use the Debian packages on Ubuntu Karmic Koala (9.10) and Lucid Lynx (10.04) you have to use the wxWidgets packages from apt.wxwidgets.org, because the packages provided by Ubuntu are not compatible with the ones from wxwidgets.org. Alternatively you can use the Ubuntu repo provided by our user pasgui.
------------------------------------------------------------------------------------------------------------------------------------
安装wxwidget的方法:参考链接 http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
大概步骤:
1.先进入“系统”-->“系统管理”-->“新立德软件包管理器”,搜索curl,双击选中,之后点“应用” 。
2.关闭“新立德软件包管理器“,打开:应用程序”-->“附件”-->“终端”
输入:

curl http://apt.wxwidgets.org/key.asc | sudo apt-key add -

3.进入“系统”-->“系统管理”-->“软件源”
切到“其他软件”标签,点“添加” ,分别添加下面2个链接:
deb http://apt.wxwidgets.org/ lucid-wx main
deb-src http://apt.wxwidgets.org/ lucid-wx main

4. 打开“应用程序”-->“附件”-->“终端” ,执行以下命令:
sudo apt-get update
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
5. 现在开始安装codeblocks10 ,从 http://www.codeblocks.org/downloads/26 下载codeblocks
这里选择linux版本 :codeblocks-10.05-1-debian-i386.tar.bz2
(至于下面的codeblocks-10.05-1-debian-dbg-i386.tar.bz2,我没有试过,应该也可以)
6. 解压下载的文件,得到很多.deb文件
7.进入i386文件目录,打开“终端”,执行
sudo dpkg -i *.deb
完成后,可在“应用程序”-->“编程”中找到
汉化复制文件到/usr/share/codeblocks目录里。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: