红联Linux门户
Linux帮助

ubuntu安装codeblocks无法编译及更换输出终端

发布时间:2016-07-13 15:36:32来源:linux网站作者:小銍
1.安装codeblocks之后,编绎不了程序,报错:g++/gcc: not found
因为编绎器,调试器未安装完全。
sudo apt-get install build-essential
 
2:终端更换:
打开codeblocks -> Setting-> Environment -> General Setting -> Terminal to lanuch console programs:
点击“gnome-terminal -t $TITLE -x”替换“xterm -T $TITLE -e”.
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22346.html