Wiki

Clone wiki

OscaR / oscar-des-userinstall

This page explains how to download, install and use OscaR-des on your computer.

Run one of the provided examples

  1. Install SBT (http://www.scala-sbt.org/)
  2. Download the zip of the pre-configured project at https://www.dropbox.com/home/oscar-install/oscar-3.0.0-scala2.11?preview=oscar-des.zip
  3. Unzip the file and open a terminal at the root of the unziped folder
  4. Start sbt in your terminal

    >> sbt

  5. In the sbt console, you can run one of provided example

    >> run

Create IntelliJ project

  1. Follow the instructions 1-4 from the first section
  2. In the sbt console, enter the following command

    >> idea-gen

  3. From IntelliJ: open existing project and select the root directory

Create eclipse project

  1. Follow the instructions 1-4 from the first section
  2. In the sbt console, enter the following command

    >> eclipse

  3. From eclipse: Import existing project and select the root directory

Updated