Skip to content
leocadiotine edited this page Sep 4, 2014 · 1 revision

You'll need to setup Leiningen to be able to build Fred.

Clone the project to your machine and navigate to it using the Terminal. Then, run the following commands:

$ cd code/
$ lein compile
$ lein uberjar

That's it! Look for the file named fred-VERSION-SHAPSHOT-standalone.jar in the code/target/ folder.

Clone this wiki locally