Ubuntu(Linux)使用Eclipse搭建C/C++编译环境

时间:2022-09-19 17:54:03

Ubuntu(Linux)使用Eclipse搭建C/C++编译环境

 

  
一:首先安装Eclipse,方法如下,应用程序->附件->终端中,输入如下命令(可能会要求输入密码):
    sudo apt-get install eclipse
    sudo apt-get install eclipse-pde
    sudo apt-get install eclipse-jdt
二、安装C/C++ Development ToolKit(CDT),搭建C/C++开发环境:
1、启动eclipse,
2、选择Help->Install New Software...,在Work with的框框下复制下面的地址:  http://download.eclipse.org/tools/cdt/releases/galileo
3、选择CDT Main Feature和CDT Optional Feature,Next,安装,重启eclipse。
4、安装C++必要工具,命令如下:
sudo apt-get install build-essential
三、配置C/C++环境
一、C/C++环境配置:Window - Preferences - C/C++
1、Appearance,选中Group method definitions in the Outline view
3、Editor - Content Assist - Auto-Activation - Delay(ms),原值为500,改为100,则智能提示速度将非常快!
4、Indexer,清空Files to index up-front的内容,修改Cache limits的值,尽可能大,可以提高速度!
二、修改智能提示快捷键:
Window - Preferences - General - Keys,输入Content,找到Content Assist,在Binding中修改为Shift+Space,要顺手的多。
我觉得这个可以按照自己的习惯来,呵呵。
三、其他设置
1. Window - Preferences - General - Editors - Text Editors,选中Show line numbers,设置Print margin column为110
2. Window - Preferences - General - Workspace,取消Build automatically,选中Save automatically before build
四、通过插件扩展功能
1. 支持Subversion:Eclipse官方出品,主页位于http://www.eclipse.org/subversive/。
在安装时可以通过Help->Install New Software...,在work with框框复制地址:http://download.eclipse.org/technology/subversive/0.7/update-site/