Skip to content
Snippets Groups Projects
Commit e7a1afc9 authored by Maxime MORGE's avatar Maxime MORGE
Browse files

Update README.md

parent c59bb861
No related branches found
No related tags found
No related merge requests found
......@@ -6,32 +6,21 @@ We study the problem of allocating concurrent tasks.
## Requirements
In order to run SMASTA+ you need:
In order to run SCATA you need:
- the Java virtual machine [JVM 17.0.2](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- the programming language [Scala 2.13.15](http://www.scala-lang.org/download/)
- the interactive build tool [SBT 1.6.2](http://www.scala-sbt.org/download.html)
## Dependencies
SMASTA+ is built upon:
SCATA is built upon:
- some Scala libraries, i.e [Scala Java-Time](https://github.com/cquiroz/scala-java-time), [ScalaTest](https://www.scalatest.org/) and [uPickle](https://github.com/com-lihaoyi/upickle)
## Run
java -jar TODO.jar org.TODO
Usage:
Usage: java -jar TODO.jar org.TODO -v -m
The following options are available:
-v: verbose (false by default)
## Installation
......@@ -41,12 +30,8 @@ Compile
then
sbt "run org.scata.TODO
eventually
sbt run
sbt assembly
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment