Skip to content

Commit

Permalink
fixed release link
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmilner committed Jul 26, 2017
1 parent bb630dd commit 617eaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MPJTaskCalculator uses an MPJ implementation for intra-process communication (ei
First you will need to download or build a jar file for MPJTaskCalculator, and set up your MPJ environment. It depends on [Google Guava](https://github.com/google/guava) (developed with release 21) and [Apache Commons CLI 1.4](https://commons.apache.org/proper/commons-cli/). A "fat" jar including these dependencies is provided for convenience.

### Download latest release
Download a release [here](releases). The `mpj-task-calculator-all-<version>.jar` "fat" jar files contain all dependencies (except your MPJ implementation), and the `mpj-task-calculator-<version>.jar` only contain compiled MPJTaskCalculator code.
Download a release [here](https://github.com/kevinmilner/MPJTaskCalculator/releases). The `mpj-task-calculator-all-<version>.jar` "fat" jar files contain all dependencies (except your MPJ implementation), and the `mpj-task-calculator-<version>.jar` only contain compiled MPJTaskCalculator code.

### Build source code
MPJTaskCalculator uses [Gradle](https://gradle.org/) to build the code. First clone or download master or a branch, then build with these commands:
Expand Down

0 comments on commit 617eaa1

Please sign in to comment.