Upadte authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
......@@ -5,11 +5,14 @@ Please have an additional look at the topics on [release planning](./Developer/D
For development, we are using Eclipse and IntelliJ.
Eclipse is used for creating and developing the [models and languages](#modifying-models-and-languages).
Using Eclipse is necessary since we are using the Eclipse Modeling Framework and Xtext.
Please make sure that you install all necessary dependencies for the development.
IntelliJ is used to develop the [EvoAl execution runtime](#changing-evoal-execution-runtime).
We are using IntelliJ here since it offers good support for Maven-based projects and they offer their full version (IntelliJ Ultimate) for universities for free.
Furthermore, you have to check out EvoAl to your computer.
## Modifying Models and Languages
You can find the models and languages in the `src/languages` folder in the repository.
## Changing EvoAl Execution Runtime
\ No newline at end of file