-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling soot
Shawn Meier edited this page May 10, 2017
·
3 revisions
git clone https://github.com/Sable/jasmin cd jasmin cp ant.settings.template ant.settings ant publish-local cd ..
git clone https://github.com/Sable/heros cd heros cp ant.settings.template ant.settings ant publish-local cd ..
git clone https://github.com/Sable/soot cd soot cp ant.settings.template ant.settings
- Comment the following line in ant.settings:
jastaddfrontend.loc=../JastAddExtensions/SootJastAddJ
- Set the path to jasmin, heros and guava
jasmin.jar=/.ivy2/local/ca.mcgill.sable/jasmin/2.2.1/jars/jasmin.jar
heros.jar=/.ivy2/local/ca.mcgill.sable/heros/trunk/jars/heros.jar
guava.jar=/guava-18.0.jar
ant publish-local
cd ..
TODO: create gradle build