-
Notifications
You must be signed in to change notification settings - Fork 110
Download or build the uberjar
Aaron Crow edited this page Apr 25, 2016
·
5 revisions
You can build Drake from source, which is the preferred way to run the most up-to-date version, or you can download a prebuilt uberjar, which may not be the most recent version of Drake.
Following are instructions for building from source. Drake is a Clojure project, so you will need to have leiningen.
$ git clone [email protected]:Factual/drake.git
$ cd drake
$ lein uberjar
Once you've built or downloaded the uberjar, you can run Drake like this:
$ java -jar drake.jar
You can pass in arguments and options to Drake by putting them at the end of the above command, e.g.:
$ java -jar drake.jar --version