Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:Downloading and installing EDT builds"

(New page: Nightly EDT builds are now available. ==Installation== Note: I'm using Eclipse 3.4.2 which is a bit old. These instructions may be different for newer versions. The builds are available...)
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
==Installation==
 
==Installation==
Note: I'm using Eclipse 3.4.2 which is a bit old.  These instructions may be different for newer versions.
+
The builds are available as "update sites". See the [http://www.eclipse.org/edt/download/ EDT downloads page] to learn about prerequisites, which builds are available, and how to install them.
  
The builds are available as "update sites".  To install one, go to Help > Software Updates in your workbench.  On the Available Software tab, click the Add Site button.  Enter http://download.eclipse.org/edt/updates/nightly as the location and press OK.  Check the box for the new build and press the Install button.  You'll be prompted to accept the license, and once the new feature is installed you'll be prompted to restart.
+
You can use Help > Check for Updates to get new builds after one has been installed.
  
 
==Content==
 
==Content==
What can you do with the builds?  At the moment you can compile EGL files, but that's about all. We at IBM have started making improvements, writing generators, and so on, but we're waiting for legal approval from Eclipse before we can commit that code.
+
What can you do with the builds?  See the [http://www.eclipse.org/edt/ EDT home page] and this wiki to learn more.
  
==Quality==
+
==Quality and types of builds==
Nightly builds are not tested and they may be unstable.  Eventually we'll start producing Integration builds, which are expected to be of a higher quality.  There will also be Stable builds which have been tested well.
+
At this time, we run Nightly builds, Milestone builds, and Release builds.  Nightly builds are not tested and they may be unstable.  Milestone and Release builds are well tested.
  
==Future==
+
We make several kinds of builds.  In addition to the update site, our Release builds are available as an entire standalone IDE.
We plan to make several kinds of builds.  In addition to the update site we'll produce an entire standalone IDE. We'll also make builds that contain subsets of EDT.  For example, one build might contain only the EGL compiler and tools for working with IRs.  Another build might be an EDT SDK which includes everything except the EDT UI tooling and debugger.
+
 
 +
In the future, we'll also make builds that contain subsets of EDT.  For example, one build might contain only the EGL compiler and tools for working with IRs.  Another build might be an EDT SDK which includes everything except the EDT UI tooling and debugger.
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Latest revision as of 17:58, 1 February 2012

Nightly EDT builds are now available.

Installation

The builds are available as "update sites". See the EDT downloads page to learn about prerequisites, which builds are available, and how to install them.

You can use Help > Check for Updates to get new builds after one has been installed.

Content

What can you do with the builds? See the EDT home page and this wiki to learn more.

Quality and types of builds

At this time, we run Nightly builds, Milestone builds, and Release builds. Nightly builds are not tested and they may be unstable. Milestone and Release builds are well tested.

We make several kinds of builds. In addition to the update site, our Release builds are available as an entire standalone IDE.

In the future, we'll also make builds that contain subsets of EDT. For example, one build might contain only the EGL compiler and tools for working with IRs. Another build might be an EDT SDK which includes everything except the EDT UI tooling and debugger.

Back to the top