From 961a1a9cc1cbd39a0597241fa52adafda1ff0fd4 Mon Sep 17 00:00:00 2001 From: Vilson Vieira Date: Tue, 12 Oct 2010 17:14:42 -0300 Subject: [PATCH 1/2] gitignoring *.jar. modified project.clj to org.clojars.automata/rosado.processing 1.1.0 --- .gitignore | 2 +- project.clj | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 68bce54..30bf533 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -rosado.processing.jar +*.jar lib/* classes/ pom-generated.xml diff --git a/project.clj b/project.clj index d255d04..4e06b3b 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,5 @@ -(defproject org.clojars.fyuryu/rosado.processing "1.1.0" +(defproject org.clojars.automata/rosado.processing "1.1.0" :description "A wrapper for Processing in Clojure." - :dependencies [[org.clojars.fyuryu/processing.core "1.1.0"] - [org.clojure/clojure "1.2.0-master-SNAPSHOT"]] - :dev-dependencies [] - :repositories [["clojars" "http://clojars.org/repo"]]) + :dependencies [[org.clojure/clojure "1.2.0"] + [org.clojars.fyuryu/processing.core "1.1.0"]] + :dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]]) From fa14cd41a140181bf1f83196d31975db5c91d7f7 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Wed, 10 Nov 2010 08:28:26 +0100 Subject: [PATCH 2/2] Info about Clojars jar in readme --- README.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e39f731..12d2ce4 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,12 @@ accessible. ## How To Use It? ## -Add your `core.jar` file from the Processing installation to your +If you're using Leiningen, just add the following line to your +dependencies list: + + [org.clojars.automata/rosado.processing "1.1.0"] + +Otherwise, add your `core.jar` file from the Processing installation to your CLASSPATH. To use the OpenGL features, you also have to add `gluegen-rt.jar`,