eclipse 安装scons

http://www.sconsolidator.com/update 

Installation

To use SConsolidator, you first have to install SCons (version 2.0 is the minimum requirement). SConsolidator requires at least a Eclipse Indigo release of the CDT, otherwise you won‘t be able to install SConsolidator. Execute the following steps to install it in Eclipse:

  1. Choose the menu HelpInstall New Software...
  2. Type the URL of the SConsolidator update site into the site field: http://www.sconsolidator.com/update
  3. Then, you can either only install SConsolidator‘s base functionality by choosing the feature 
    SConsolidator - Base 
    or additionally
    SConsolidator - Dependency Visualization 
    for visualizing build target dependencies (the latter needs GEF and Zest to be installed).
  4. After the installation, Eclipse will ask to restart itself. Please do this.

Getting Started contains further explanations on how SConsolidator is used.

eclipse 安装scons

时间: 2024-08-07 17:25:32

eclipse 安装scons的相关文章

Eclipse 安装插件

Eclipse插件的安装方法大体有以下三种: 第一种:直接复制法 假设你的Eclipse的在(C:\eclipse), 解压你下载的 eclipse 插件或者安装eclipse 插件到指定目录AA(c:\AA)文件夹,打开AA 文件夹,在AA文件夹里分别包含两个文件夹features和plugins ,然后把两个文件夹里的文件分别复制到eclipse下所对应的文件夹下的features 和plugins 下,一般的把插件文件直接复制 到eclipse目录里是最直接也是最愚蠢的一种方法!因为日后想

Eclipse安装Propedit插件、SVN插件、js插件

1.在线安装Propedit 打开Eclipse的在线安装界面,点击Add Name: propedit Location:http://propedit.sourceforge.jp/eclipse/updates/ 2.在线安装Subclipse Name: subclipse 1.6.x Location:http://subclipse.tigris.org/update_1.6.x 安装完成即可使用. 3.安装包安装 下载spket-1.6.23,解开压缩包以后,把最里面的featur

eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′

eclipse安装maven插件-解决requires 'bundle org.slf4j.api 1.6.2′ [转载]http://robin.sh/html/1526_eclipse-maven.html 给eclipse安装maven插件,网上教程已经很多,不在累述.关键是安装过程中报错:requires 'bundle org.slf4j.api 1.6.2' but it could not be found. 这个错误很难搞,网上提供的解决方案绝大部分都不起作用.可能跟eclips

Linux 系统下Eclipse安装及使用

我们在搞上层开发的时候,都是在Windows下使用Eclipse,那么如果是Linux应用开发,就必须要在Linux中安装Eclipse,用于C/C++开发,当前是要在Linux带界面的系统中运行了,我这里就重新安装了一个带界面的CentOS6.3. 首先打开浏览器,找到JDK的官网,下载Linux下的JDK8的gz包 这个下载过程我就不演示了,然后打开Eclipse的官网,下载Eclipse C/C++相关版本 下载好,之后就是两个gz包 解压jdk的压缩包(解压过程不演示了) 把这个解压好的

Eclipse安装svn插件的几种方式 转帖....

Eclipse安装svn插件的几种方式 1.在线安装: (1).点击 Help --> Install New Software... (2).在弹出的窗口中点击add按钮,输入Name(任意)和Location(插件的URL),点击OK (3).勾选出现的插件内容,一步步安装即可. 注:目前在线安装svn的版本只有1.6.x和1.8.x地址分别是:http://subclipse.tigris.org/update_1.6.xhttp://subclipse.tigris.org/update

Eclipse安装插件方式介绍

eclipse安装插件的常用方式有多种: 1.在线安装 打开eclipse,选择"help" --> "Install New Software..." --> "Add",输入Name信息与URL信息,点击"OK". 2.离线安装包安装 打开eclipse,选择"help" --> "Install New Software..." --> "Add&

Eclipse安装Maven后JRE警告

问题现象: Eclipse按装maven插件之后,每次启动Eclipse都会弹出: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 问题原因: 从提示信息上看,就是说Eclipse是运行在JRE环境中,但Maven插件需要JDK环境. 根本原因是eclipse没有使用JAVA_

Eclipse安装Spket插件并破解

spket的破解jar包下载地址:http://download.csdn.NET/detail/z28126308/9633063 1.Help--->Install New Software,Work with填写地址:http://www.agpad.com/update(如图,个人已安装无法点击Next),选择后点击next等待下载,accept安装 2.安装完成后重启eclipse,点击window--->preference,搜索spket,显示如图,此时未破解 3.将破解版的co

如何在eclipse安装apk包

如何在eclipse安装下载好的apk包 好像是有好几种方法,我成功的是这种. 1.首先启动模拟器,我选择的是Android 4.2.2,因为...默认安得Android 7.1.1起不了,真是大坑,我启了一年.. 2.启动成功之后,点击DDOS,如果没有请先添加 3.进入DDMS,选择file explore,点开data,看到app进去,然后把你要安装的xxx.apk拖进去,放在app文件夹下. 然后在看你的模拟器,是不是看到你的apk已经安装进去了. 参考: http://www.jb51