unbuntu12.04 下安装 codeblocks


1》安装基本编译环境
sudo apt-get install build-essential
sudo apt-get install gdb


2》安装codeblock
sudo apt-get install codeblocks
sudo apt-get install codeblocks-dbg
sudo apt-get install wxformbuilder
sudo apt-get install contrib

3》安装wxWidgets
sudo apt-get install libwxbase2.8
sudo apt-get install libwxbase2.8-dev
sudo apt-get install libwxgtk2.8-0
sudo apt-get install libwxgtk2.8-dev
sudo apt-get install libwxgtk2.8-dbg
sudo apt-get install wx-common
sudo apt-get install wx2.8-headers

sudo apt-get install wx2.8-i18n

可以选择安装:

sudo apt-get install wx2.8-examples

sudo apt-get install wx2.8-doc

发布了35 篇原创文章 · 获赞 17 · 访问量 15万+

猜你喜欢

转载自blog.csdn.net/shaopengf/article/details/51954371
今日推荐