2014-11-19 19:06:16 +00:00
# SheepIt Render Farm Client
2014-11-19 16:03:05 +00:00
2017-02-10 20:54:30 +01:00
[](http://travis-ci.org/#!/laurent-clouet/sheepit-client)
2014-11-19 19:06:16 +00:00
## Overview
2016-01-06 09:44:47 -05:00
SheepIt Render Farm Client is an * Open Source * client for the distributed render farm [**SheepIt** ](https://www.sheepit-renderfarm.com ).
2014-11-19 19:06:16 +00:00
## Compilation
2016-01-06 09:44:47 -05:00
You need Java 1.7. 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.
2014-11-19 19:06:16 +00:00
## Usage
2016-01-06 09:44:47 -05:00
Once you have a jar file, you can view the usage by running:
2015-10-20 20:37:42 -07:00
java -jar bin/sheepit-client.jar --help
2016-10-25 09:53:39 +02:00
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.