-
Notifications
You must be signed in to change notification settings - Fork 13
Setup
Luisa Sinzker Fantin edited this page May 20, 2020
·
2 revisions
- To build this project, you will need Maven and Java 8 (or higher)
- Clone spgroup's version of Soot
- Build with
mvn clean install -DskipTest
- Clone SVFA-Scala
- Run
sbt compile
andsbt publish
- Clone this project
- Run
mvn clean install -DskipTests