diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-28 11:51:10 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-28 11:51:10 -0500 |
commit | d52942f12f881613e92de0d0598a80359631620c (patch) | |
tree | eb1ef2050e4b20d909c05bd09174d38d2a3d6852 /README.txt | |
parent | db9bedf5520d33c37a99b86c68e4176d537cd0ce (diff) |
Describe where to get development snapshots in README
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -7,12 +7,12 @@ useful to a large part of the Clojure community. Clojure-contrib is open source under the Eclipse Public License and is copyrighted by Rich Hickey and the various contributors. -The official source repository for clojure-contrib is -http://github.com/richhickey/clojure-contrib. - -Pre-built binary packages are available at +Download releases from http://code.google.com/p/clojure-contrib/downloads +The official source repository for clojure-contrib is +http://github.com/richhickey/clojure-contrib + Documentation and APIs are available at http://richhickey.github.com/clojure-contrib/ @@ -24,12 +24,15 @@ http://groups.google.com/group/clojure and developer discussions are in the Clojure Dev Google group at http://groups.google.com/group/clojure-dev +Compiled JARs of development snapshots are available at +http://build.clojure.org/ + = Building Clojure-contrib = -If you downloaded a pre-build binary distribution of clojure-contrib, -you don't need to do anything. +If you downloaded a release distribution or pre-compiled JAR, you +don't need to do anything. If you downloaded the sources from Github, you will need Apache Maven (2.0 or higher) to run the build. See http://maven.apache.org/ |