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 "VIATRA/DSE/UserGuide/Installation"

< VIATRA‎ | DSE
(Installation)
m
Line 10: Line 10:
 
Install IncQuery from the [http://download.eclipse.org/incquery/updates/integration integration update].
 
Install IncQuery from the [http://download.eclipse.org/incquery/updates/integration integration update].
 
   
 
   
You can either install VIATRA-DSE (with VIATRA-EMF as a prerequisite) from our [https://hudson.eclipse.org/viatra/job/viatra-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ CI update site]
+
You can either install the VIATRA DSE framework (with the VIATRA EMF engine as a prerequisite) from our [https://hudson.eclipse.org/viatra/job/viatra-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ CI update site]
  
 
or download the source code directly from the Eclipse code repository:
 
or download the source code directly from the Eclipse code repository:
Line 16: Line 16:
 
* ssh://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
 
* ssh://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
 
* http://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
 
* http://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git
 +
 +
In the later case you will also need the latest Xtend. [http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ update site].
  
 
After importing the source code into your Eclipse workspace you can close the projects '''viatra.cep.*''' as they aren't needed for using the DSE framework.
 
After importing the source code into your Eclipse workspace you can close the projects '''viatra.cep.*''' as they aren't needed for using the DSE framework.

Revision as of 09:16, 27 April 2015

Installing VIATRA-DSE

Dependencies

Currently VIATRA-DSE only depends on the latest version of EMF-IncQuery. To install it please see this link.

Installation

For using the VIATRA-DSE framework the latest Eclipse Modeling Tools distribution is recommended. Can be downloaded from here.

Install IncQuery from the integration update.

You can either install the VIATRA DSE framework (with the VIATRA EMF engine as a prerequisite) from our CI update site

or download the source code directly from the Eclipse code repository:

In the later case you will also need the latest Xtend. update site.

After importing the source code into your Eclipse workspace you can close the projects viatra.cep.* as they aren't needed for using the DSE framework.

Back to the top