From b878a734c6e4e49ddf3a2a98ee638fc16f2efb53 Mon Sep 17 00:00:00 2001 From: Fogus Date: Tue, 23 Jul 2013 15:28:34 -0400 Subject: [PATCH] Building page started --- docs/Building.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/Building.md diff --git a/docs/Building.md b/docs/Building.md new file mode 100644 index 0000000..13c19cc --- /dev/null +++ b/docs/Building.md @@ -0,0 +1,20 @@ +Building core.unify +===================== + +1. Clone the [core.unify git repository](http://github.com/clojure/core.unify) or download its [source archive](https://github.com/clojure/core.unify/zipball/master) + +2. Run `mvn package` to generate a Jar file + +3. Run `mvn install` to install the Jar into your local Maven repository + +To test that the build succeeded try: + + mvn clojure:repl + +This will launch a Clojure REPL. Try the following to exercise core.unify: + +```clojure +:TODO +``` + +TODO