Chapter 2. Installation

In this task you'll learn how to install the predefined logo environment, install the predefined logo project for the tutorial.

This tutorial was set up with Eclipse 3.5.1, Kermeta 1.3.2, EMFText 1.2.3

(Update : this tutorial was updated using Eclipse 3.6.1, Kermeta 1.4.1, EMFtext 1.3.2)

2.1. Prerequisites

Below is the list of the things that you need to ensure beforehand :

  • You should install an eclipse environment with Kermeta (1.3.3 and above). Further information on how to install Kermeta and the Kermeta language;

  • You should be familiar with ecore metamodel;

  • You should be familiar with eclipse modelling environment.

  • You should have notion of aspect oriented programming (AOP).

2.2. Install logo projects

Once you have an Eclipse modelling with Kermeta, get the tutorial projects by selecting File -> New -> Example... -> Kermeta Samples -> Logo tutorial - base resources.

At this point, you shoud have one project inside your workspace as illustrated in the figure below :

  • a project named : org.kermeta.kmlogo.logoasm.tutorial with a readme and a folder "parts".Inside the folder "parts" are the folders corresponding to each section of this tutorial and containing the needed material for each step.

Installation of the Kermeta Tutorial projects

Figure 2.1. Installation of the Kermeta Tutorial projects


[Note]Note

If you want to skip this step by step tutorial and directly jump to the whole soluce code, it is already deployed into the Kermeta Eclipse. Please read the conclusion to see how to.