Wiki

Clone wiki

OscaR / developers-intellij-setup

This page explains how to set up the OscaR project for developers using IntelliJ. You will be able to modify the sources and build the project.

  1. Download and install the latest version of IntelliJ Idea: https://www.jetbrains.com/idea/download/ with the Scala and SBT plugin.
  2. Clone the oscar repository and checkout the dev branch: git clone https://bitbucket.org/oscarlib/oscar
  3. In IntelliJ, go to "File -> Open" then select the directory that git clone created. All the dependency and the project should be configured automatically by IntelliJ and the SBT plugin.

Updated