On Mar 20, 2:44 pm, Tim Johnson <t...@johnsons-web.com> wrote: > > Let me focus the attention of anyone who might be reading this to > the file named: > `readme.txt' at the top of the directory unzipped from > `clojure-1.1.0.zip' > The following instructions (and ONLY the following instructions) > are present > """ > To Run: java -cp clojure.jar clojure.main > To Build: ant > """
Unless you're hacking on clojure itself you don't need to build it, there's a pre-built jar file in the zip you downloaded (clojure.jar). So you won't need ant (ant is a like make for Java). So you can just do what it suggests at "To Run" to launch a REPL. Reading the getting started page on the website will get you further still : http://clojure.org/getting_started If you do need ant then a more modern distro will make your life much easier (eg. apt-get install ant). > > Before I procede > o: Installation must be made easier > o: Instructions must be made easier > o: Methods for deployments must be made easier. > Docs can always be improved, however if you're stuck at the ant step you haven't really done enough with clojure to comment on it's deployment story. - Steve -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.