On Tue, May 12, 2015 at 9:09 PM, Fluid Dynamics <[email protected]> wrote:
> On Tuesday, May 12, 2015 at 10:55:27 PM UTC-4, [email protected] wrote: >> >> If I: >> >> git clone https://github.com/overtone/overtone.git >> >> cd overtone >> >> lein repl >> >> All you need to do is create a new lein project, and add the overtone dependency to it. https://github.com/overtone/overtone/#installation has the details, but in short: lein new my-music then add [overtone "0.9.1"] to the :dependencies section of project.clj. This is the standard way to use most libraries in your Clojure project. -Ian. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
