Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rosado/clj-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jun 19, 2011
2 parents 23cbdcf + fa14cd4 commit e6b8bc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rosado.processing.jar
*.jar
lib/*
classes/
pom-generated.xml
Expand Down
7 changes: 6 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
9 changes: 4 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"]])

0 comments on commit e6b8bc5

Please sign in to comment.