linux RedHat 6.4 安装codeblocks 12.11

来源:互联网 发布:jquery相对于js的优点 编辑:程序博客网 时间:2024/06/06 00:40

安装 wxGTK2.8.12

(1)./configure --enable-xrc --enable-monolithic --enable-unicode 

(2)./make 

(3)./make install

 

安装codeblocks

(1)export ACLOCAL_FLAGS="-I `wx-config --prefix`/share/aclocal"   (很重要)

(2)./bootstrap

(3)./configure

(4)./make

(5)./make install

 

汉化

mkdir /usr/local/share/codeblocks/locale/zh_CN

将汉化文件放入到上面目录。

启动codeblocks

Settings->Enviornment->View->Internationalization->Chinese (Simplified)

重启codeblocks

 

ok 完成!