Skip to content

Download and run

Philip OKeefe edited this page Jul 26, 2016 · 2 revisions

The shard jar can be obtained by:

Build instructions

Requirements:

  • Install the JDK
  • Install Scala
  • Install sbt

Building:

  1. Get the code git clone https://github.com/philwantsfish/shard.git
  2. Run the build tool sbt assembly
  3. The jar will be under the target directory

sbt will download the dependencies, compile the code, and put it all in a fat jar.