Chinaunix首页 | 论坛 | 博客
  • 博客访问: 492120
  • 博文数量: 59
  • 博客积分: 86
  • 博客等级: 民兵
  • 技术积分: 2141
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-30 20:57
个人简介

为今天而努力的人很平凡,为昨天而努力的人叫失败,只有为美好明天而战斗不止才叫精彩!

文章分类

全部博文(59)

文章存档

2015年(1)

2014年(3)

2013年(53)

2012年(2)

我的朋友

分类: C/C++

2013-05-03 22:06:16

安装IDE开发工具
著名的开发工具有Kdeveloper, Anjuta, Eclipse+CDT。
其中kdeveloper是KDE平台得,在Gnome平台下使用需要安装一大堆KDE的东西,不喜欢,放弃了,虽然都传说Kdeveloper的功能是如何强大。而Eclipse+CDT用起来似乎不错,但是主要有两点不舒服,一是不能代码自动完成,二是编译速度比较慢。
Eclipse + CDT的安装配置。


Java运行环境以及Eclipse3.3.0安装就不具体介绍。
详细情况见:http://blog.chinaunix.net/u/21684/showart_384208.html
1。下载CDT()(只能下载4.0.x,如果是Eclipse3.3.0其他的选择合适的版本)
2。安装CDT插件(links方法来安装插件的方法,便于对插件的管理)
A.在eclipse所在的目录(ECLIPSE_HOME)新建文件夹cdt
在文件夹cdt中新建文件夹eclipse(不要诧异就是eclipse)
B. 把下载的cdt-master-4.0.0.zip中的内容解压到/ECLIPSE_HOME/cdt/eclipse中
C.在ECLIPSE_HOME新建文件夹links
在新建的links中添加文件cdt.link 文件的内容为 path=/ECLIPSE_HOME/cdt
比如我的就是path=/opt/eclipse/cdt
D.这样就完成了CDT插件的安装工作了,启动eclipse 就看到多了c,c++开发环境


三、Anjuta安装配置
A. ubuntu feisty (for gusty, see below) repository (only i386 and only binaries)

1. Add deb ./ in your /etc/apt/sources.list
2. sudo apt-get update
3. sudo apt-get install anjuta
4. sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)


Note!! If you have installed older anjuta-2.2.0 previously using this repository, make sure to remove the file /etc/apt/preferences or remove the following version pin from the file before following the above steps. The version pin is no longer needed:


B. Ubuntu gusty repository

1. Add deb gutsy universe in your /etc/apt/sources.list
2. sudo apt-get update
3. sudo apt-get install anjuta
4. sudo apt-get install anjuta-dev libgbf-dev libgdl-dev (if you want to write anjuta plugins or report bugs)


注意: 建议使用新立得安装。

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