Skip to content
Max Leuthäuser edited this page Jan 17, 2018 · 1 revision

Prerequisites

  • Java SE Development Kit 8 or 9
  • SBT (Scala Build Tool)
    • Version 0.13.* only with Java 1.8
    • from Version 1.* with Java 9
    • SBT sets its version in project/build.properties. Remove it if neccessary.

Get a Copy of this Repository

git clone https://github.com/max-leuthaeuser/SCROLL.git

Setup your favorite IDE

  • IntelliJ: use the built-in SBT importer.
  • Eclipse: use the sbteclipse SBT plugin.

Clone this wiki locally