Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
mudathirmahgoub committed Sep 23, 2019
1 parent 9423959 commit f3794fe
Showing 3 changed files with 6 additions and 8 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -22,18 +22,17 @@ JVM to run Alloy on macOS. A `.pkg` file is provided for that purpose.

# TL;DR

Checkout the project and type ./gradlew. You find the executable JAR in bin/alloy_cvc4.jar after the build has finished.
Checkout the project and type `./gradlew alloyCVC4`. You find the executable JAR in bin/alloy_cvc4.jar after the build has finished.

$ java -version # works with 1.8 - 1.11
$ java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
$ git clone https://github.com/CVC4/org.alloytools.alloy
$ cd org.alloytools.alloy
# switch to cvc4 branch
$ git checkout cvc4
$ ./gradlew build
$ cd org.alloytools.alloy
$ ./gradlew alloyCVC4
$ cd bin
$ chmod +x cvc4_linux
$ java -jar alloy_cvc4.jar
# opens GUI

Binary file modified bin/alloy_cvc4.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions bin/guidelines.md
Original file line number Diff line number Diff line change
@@ -11,8 +11,7 @@ The relational solver uses as backend the SMT solver [CVC4](https://cvc4.cs.stan
CVC4 binaries for Windows, macOS and Linux are included in the release [alloy_cvc4.zip](https://github.com/CVC4/org.alloytools.alloy/releases/download/v5.0.0.4/alloy_cvc4.zip). The latest version of CVC4 can be downloaded from [here](https://cvc4.github.io/downloads.html). To build the latest version of alloy_cvc4 in Linux run the commands:
```cmd
git clone https://github.com/CVC4/org.alloytools.alloy
cd org.alloytools.alloy
git checkout cvc4
cd org.alloytools.alloy
./gradlew alloyCVC4
cd bin
chmod +x cvc4_linux

0 comments on commit f3794fe

Please sign in to comment.