Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3256238
  • 博文数量: 530
  • 博客积分: 13360
  • 博客等级: 上将
  • 技术积分: 5473
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-13 13:32
文章分类

全部博文(530)

文章存档

2017年(1)

2015年(2)

2013年(24)

2012年(20)

2011年(97)

2010年(240)

2009年(117)

2008年(12)

2007年(8)

2006年(9)

分类: C/C++

2011-06-14 12:15:21

Installation on Ubuntu 10.10
http://blog.csdn.net/yulianglinux/archive/2011/03/25/6278725.aspx

Install required packages
$ sudo apt-get install codeblocks codeblocks-contrib

For code development, you'll also need some additional packages. Run
$ sudo apt-get install build-essential gdb subversion

$ sudo apt-get install automake autoconf libtool

$ sudo apt-get install libgtk2.0-dev libxmu-dev libxxf86vm-dev

These package are for programming with the wxWidgets GUI toolkit. Code::blocks itself is a pure wxWidgets product.
$ sudo apt-get install libwxbase2.8-dev wx2.8-headers libwxgtk2.8-dev wx-common

Do not forget to install the "c-cpp-reference" manuals.  Run this command:
$ sudo aptt-get install c-cpp-reference

Then start the codeblocks IDE from the Application -> Programming menu or type:
$ codeblocks

阅读(2362) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~