Leiningen, via maven, will handle your clojure dependencies for you, no need to copy and paste any jar files. Lein is actually the only thing you need to install, and it will take care of everything else.
I think the easiest way to start learning about leiningen is reading the readme and all of the tutorials (all of the *.md files) in the top level of its git repository: https://github.com/technomancy/leiningen On Sun, Jun 5, 2011 at 2:43 AM, flebber <[email protected]> wrote: > Yeah I am using counterclockwise as well. > > Well I guess once I have built clojure and contrib with ant and maven > I can copy and paste them where I need then use lenigen. > > Sayth > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > 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 > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
