From 95f7d05f7241da60e1dd32a74c5813f06e4cacaf Mon Sep 17 00:00:00 2001 From: Lau_of_DK Date: Thu, 26 Feb 2009 14:37:11 +0100 Subject: [PATCH] Updated README with added dependencies --- README | 17 +++++++++++ src/dk/bestinclass/sofiaba/terrain.clj | 42 -------------------------- 2 files changed, 17 insertions(+), 42 deletions(-) delete mode 100644 src/dk/bestinclass/sofiaba/terrain.clj diff --git a/README b/README index 68f81f6..de7c6ae 100644 --- a/README +++ b/README @@ -35,9 +35,26 @@ INSTALLATION: You'll need to download JMonkeyEngine 2.0 from JMonkeyEngine.com, You will also need LWJGL if you want to use the same rendering engine as me. +In addition, there's a seperate library called jMEPhysics, which you need to +grab from googlecode, and compile with + +ant release.all -lib /path/to/jME-2.0.jar + +This will generate jmephysics.jar, which you need to put in your class-path, along +with + +odejava.dll +odejava-jni.jar + +In the library path, you need to stick: + +libodejava.jnilib +libodejava.so +libodejava64.so First make /..../sofiaba/classes/ +(library path is where you keep LWJGL) Start Java with it, in your library path, like: export LD_LIBRARY_PATH==/PATH/TO/sofiaba/src/deps/native/linux/ java -cp /path/to/clojure.jar:/path/to/sofiab/src/ clojure.lang.Repl diff --git a/src/dk/bestinclass/sofiaba/terrain.clj b/src/dk/bestinclass/sofiaba/terrain.clj deleted file mode 100644 index dfc9f3b..0000000 --- a/src/dk/bestinclass/sofiaba/terrain.clj +++ /dev/null @@ -1,42 +0,0 @@ -;; Copyright (c) 2008,2009 Lau B. Jensen