Skip to content

Commit

Permalink
README tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbembenek committed Feb 3, 2020
1 parent 0ebcf12 commit ebec267
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,23 @@ Datalog with support for SMT queries.

## Setup

Dependencies:

* JRE 1.8+
* The SMT solver Z3 (in particular, you need to have the `z3` binary on your
path)

### Prepackaged JAR

You can find a prepackaged JAR file in the Releases section of the GitHub
repository. You will need to separately install the SMT solver Z3 so that the
executable `z3` is on your path.
repository.

### Building from source

Dependencies:
Additional dependencies:

* Maven
* JDK 1.8+
* Z3 (in particular, you need to have the `z3` binary on your path)
* Maven

To build an executable JAR, run the command `mvn package` from the project
directory. This will create an executable JAR with a name like
Expand Down

0 comments on commit ebec267

Please sign in to comment.