Skip to content

Commit

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

## Setup


### Prepackaged JAR

Dependencies:

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

### Prepackaged JAR
* The SMT solver Z3 (you need to have the `z3` binary on your path)

You can find a prepackaged JAR file in the Releases section of the GitHub
repository.

### Building from source

Additional dependencies:
Dependencies:

* JDK 1.8+
* Maven
* The SMT solver Z3 (you need to have the `z3` binary on your path)

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 448807a

Please sign in to comment.