Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Download and install Java 8 or higher
  2. Download and install sbt at http://www.scala-sbt.org/
  3. Clone Rosette repository - git clone https://github.com/rchain/rchain
  4. Checkout dev branch - git checkout dev
  5. To build Rosette jar file go to roscala directory and run sbt assembly, built file should be located at ./target/scala-2.12

The project is built using Scala 2.12.4 and sbt 1.0.3 (for more information see build.sbt files)