Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ICE Build Instructions

Revision as of 11:51, 10 November 2014 by Unnamed Poltroon (Talk) (Created page with "ICE is relatively easy to build from scratch if you know where to start. This article assumes that you have already collected the ICE Third Party Dependencies and have them in...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ICE is relatively easy to build from scratch if you know where to start. This article assumes that you have already collected the ICE Third Party Dependencies and have them in your workspace or stored on your system. Information on obtaining those dependencies will not be provided here until the IP review is complete.

Tooling

Building ICE will work out of the box with Eclipse Luna since it has both the EGit and M2E (Maven) plugins installed by default. You may have to install these plugins manually if you are using an older version of Eclipse.

Getting ICE from Git

The first step is checking ICE out from its Git repository. The preferred way to do this is to use Eclipse and clone the Git repo. The Git repository is at [1].

Back to the top