Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 868 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 868 Bytes

fmde

Material and exercises for the lecture Fundamentals of Model-Driven Engineering (FMDE) currently being held at Paderborn University: https://cs.uni-paderborn.de/dbis/lehre/veranstaltungen/ws-201617/fundamentals-of-model-driven-engineering/news/

Installation

  1. Download and install the latest version of the Eclipse IDE for Java and DSL Developers: https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-java-and-dsl-developers
  2. Install PlantUML (Select Help -> Install New Software). Use http://hallvard.github.io/plantuml/ as the download site.
  3. Download and install graphviz dot for your platform: http://www.graphviz.org/download/ Make sure that it is on your path (and can be run via dot in a console).
  4. Make sure you change the text encoding for your Eclipse workspace to UTF 8 (Window->Preference->General->Workspace).