Zach
Oh, yeah - you're right... when I run lein native-deps I get:
Expanding: /Users/mrspeaker/.m2/repository/penumbra/lwjgl/2.4.2/
lwjgl-2.4.2.jar into
Into nowhere! No directory is created in the project. I was using
"Leiningen 1.4.1-SNAPSHOT" then re-pulled to "Leiningen 1.4.1" but I
get the same result. I don't know if it's an issue with my setup, or a
problem with native-deps with Leiningen - I go looking over there...
thanks for the tip!
Earle.
'lein native-deps' isn't built into Leiningen, it's something that you
have to declare as a dependency, run 'lein deps' to fetch, and then
run. If you don't run 'lein native-deps', you'll get the exception
mentioned in the subject heading.
Zach
Zach
On Mon, Feb 21, 2011 at 8:44 AM, tbc++ <tbald...@gmail.com> wrote:
I used the example David gave, I had to switch penumbra "0.6.0" to
"0.6.0-SNAPSHOT" but from there it seemed to work fine, and the
"text.clj" file worked like a dream. Thanks!
Timothy
--
“One of the main causes of the fall of the Roman Empire was
that–lacking zero–they had no way to indicate successful termination
of their C programs.”
(Robert Firth)
When I decided to start playing with Clojure, I bought two books on
the language and decided to start hacking. I went to google and looked
up "opengl clojure" and found penumbra.
The documentation states something about Leiningen being the
recommended method. Not knowing what the heck that is, I googled
"Leiningen". First I had a problem getting lein setup on my machine
(it's a win7 machine with roaming profiles. Those mucked up things a
bit), but after some time I got lein working. Somehow in all the
troubleshooting processes, I got confused and never went back to read
the penumbra docs.
So I think your documents are fine, I think I'll just write up a quick
tutorial on how to get penumbra up and running for a person who hasn't
touched clojure before.
Timothy
On Mon, Feb 21, 2011 at 1:00 PM, Zach Tellman <ztel...@gmail.com> wrote:
> So for future reference, how can I improve the instructions at
> https://github.com/ztellman/penumbra/wiki/Getting-Started to make it
> easier to get everything working? Or is it just a matter of making
> them easier to find?
>
> Zach
Zach