Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uwplse/Casper
Browse files Browse the repository at this point in the history
  • Loading branch information
maaz139 committed Aug 8, 2016
2 parents bded994 + 7078c35 commit 8a2581c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ To learn more about Casper, visit our [homepage](http://casper.uwplse.org), read
Nodejs* - https://nodejs.org/en/
* optional, for generated code formatting
You must set environment variables for Sketch and Dafny for Casper to run successfully. To check whether you have all the necessary dependencies installed and properly configured, you can run:
You must set environment variables for Sketch and Dafny for Casper to run successfully. To
check whether you have all the necessary dependencies installed and properly configured,
you can run:
$ ./bin/check.sh

You can compile the project by running ant in the project's root directory. Once compiled, you run the tool as follows:
You can compile the project by running 'ant' in the project's root directory. Once compiled,
you run the tool as follows:
$ ./bin/run.sh [input-file] [output-file]

To help you get started, check out the benchmarks under `/bin/benchmarks`. In
Expand Down

0 comments on commit 8a2581c

Please sign in to comment.