Migrate from ant to gradle

This commit is contained in:
Laurent Clouet
2019-08-10 22:09:32 +02:00
parent 9f1f509bb6
commit 3230807a7d
75 changed files with 317 additions and 80 deletions

View File

@@ -9,14 +9,13 @@ SheepIt Render Farm Client is an *Open Source* client for the distributed render
## Compilation
You will need Java 1.7 or higher. (OpenJDK and Oracle are both supported).
You also need [ant](http://ant.apache.org/).
To create the jar file, simply type `ant` in the project's root directory.
To create the jar file, simply type `./gradlew jar` on linux/OSX and `gradlew.bat jar` on Windows in the project's root directory.
## Usage
Once you have the jar file, you can see how to use it by running:
java -jar bin/sheepit-client.jar --help
java -jar build/libs/sheepit-client.jar --help
When you are doing development work, you can use a mirror of the main site specially made for demo/dev. The mirror is located at **http://sandbox.sheepit-renderfarm.com**, and you can use it by passing `-server http://sandbox.sheepit-renderfarm.com` to your invocation of the client.