Wiki

Clone wiki

OscaR / oscar-cp-userinstall

This page explains how to download, install and use OscaR-cp 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 (oscar-X.Y.Z/oscar-cp.zip) here
  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

    >> gen-idea

  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