Skip to content

Commit

Permalink
Clean up URLs and add link to package downloads in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jan 21, 2010
1 parent f3826fa commit 889f591
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,40 @@ Clojure-contrib ---------------

The user contributions library, clojure.contrib, is a collection of
namespaces each of which implements features that we believe may be
useful to a large part of the clojure community.
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.

Issues are maintained in the Assembla space at
http://www.assembla.com/spaces/dashboard/index/clojure-contrib
Pre-built binary packages are available at
http://code.google.com/p/clojure-contrib/downloads

For the latest documentation of the capabilities and APIs available in
clojure-contrib, please see
Documentation and APIs are available at
http://richhickey.github.com/clojure-contrib/

General discussion occurs in the Clojure Google group
(http://groups.google.com/group/clojure ) and developer discussions
are in the Clojure Dev Google group
(http://groups.google.com/group/clojure-dev ).
Issues are maintained in the Assembla space at
http://www.assembla.com/spaces/clojure-contrib

General discussion occurs in the Clojure Google group at
http://groups.google.com/group/clojure
and developer discussions are in the Clojure Dev Google group at
http://groups.google.com/group/clojure-dev


Building Clojure-contrib ------------------------

To build clojure-contrib, download the files or clone the git
repository.

You will need Apache Maven (2.0 or higher) to run the build. Run the
following in this directory:
You will need Apache Maven (2.0 or higher) to run the build.
See http://maven.apache.org/

Run the following in this directory:

mvn package
mvn package

This will produce a target/clojure-contrib-{VERSION}.jar file that you
can add to your classpath.
Expand Down

0 comments on commit 889f591

Please sign in to comment.