codeblocks环境配置

1. 终端配置:启动codeblocks,点击菜单栏 Settings ==> Environment settings

把下面的“Terminal to launch console programs”的内容改成:gnome-terminal -t $TITLE -x

2.汉化:下载汉化包,然后复制到安装目录里面,sudo cp -R ~/zh_CN/ /usr/share/codeblocks/locale/,增加权限sudo chmod -R 777 /usr/share/codeblocks/locale/zh_CN/,重启就可以了。

3.配置boost,在编译器的调试器里面的搜索路径里面加入/usr/include,/usr/lib,在链接器设置-》其他链接器选项加入-lboost_thread,

原文地址:https://www.cnblogs.com/desheng-Win/p/3216961.html