For Java people this is probably obvious, but I didn't really have a
clue how to compile the project after checking out the source. Here is
a patch that makes the readme a little more helpful.

-Phil

diff --git a/readme.txt b/readme.txt
index 93b74a2..a2bbb0d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -10,6 +10,13 @@
 Docs: http://clojure.sourceforge.net/
 Feedback: http://groups.google.com/group/clojure

+To build, use "ant" or "mvn install"
+Once it's built, start the REPL with:
+
+  $ java -cp clojure.jar clojure.lang.Repl # if using ant
+
+  $ java -cp target/clojure-lang-*.jar clojure.lang.Repl # if using
maven
+
 
--------------------------------------------------------------------------
 This program uses the ASM bytecode engineering library which is
distributed
 with the following notice:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to