Here's how I did it: https://github.com/Syve/lwjgl-test

I have team members on multiple platforms, so I chose to go a route that 
will enable a repl (and lein run) to be started no matter what platform 
they run, without configuration.

N.B. I'm not sure if this solution will work on deployed code. I will 
probably have to create a new task (or perhaps modify an existing one with 
robert-hooke) to make the deployment story streamlined.

I hope this helps.

On Sunday, July 8, 2012 10:26:05 PM UTC-4, Karl Smeltzer wrote:
>
> Is anybody willing and able to walk me through getting a simple project 
> compiling which correctly manages all the dependencies required by LWJGL 
> [1]? It seems that Leiningen's handling of native dependencies has changed 
> over time and so much of the already scant information on the web is no 
> longer correct or functioning. I'm using the latest prerelease of Leiningen 
> 2.0 as recommended on the download page.
>
> Things I've already done:
> 1. Sticking [org.lwjgl.lwjgl/lwjgl "2.8.4"] in my project.clj which causes 
> this files to be downloaded as expected.
> 2. Created a directory named "native" in the project root and copied the 
> native library files (*.so, *.dll, etc.) into it.
> 3. Added :native-path "native" to my project.clj, although I'm not sure 
> this is correct or working the way I expect
>
> This allows me to import the parts of the library that don't link against 
> the native libraries, but not those that do. Help please!
>
> [1] http://www.lwjgl.org/
>

-- 
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

Reply via email to