On Nov 11, 5:29 am, jayvandal <s...@ida.net> wrote: > I tried this command but can't find how to execute it. > $ lein run -m gaidica.core > What folder do I execute this ? (Vista windows ) > Probably simple but it's difficult for me > Thanks > > # gaidica > > Example Seesaw application. Display weather data from > weatherunderground.com > > ## Usage > > $ lein deps > $ lein run -m gaidica.core
lein is the leiningen build tool. many clojure projects need it, since it reduces a lot of the overhead of finding and installing dependencies and setting up java options etc. you can get it at https://github.com/technomancy/leiningen after you've installed leiningen, you can run the above commands in the seesaw/examples/gaidica directory (which is in the seesaw source distribution - clone that from https://github.com/daveray/seesaw ) -- 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