summaryrefslogtreecommitdiff
path: root/vba.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-03-01 21:40:49 -0600
committerBryan Bishop <kanzure@gmail.com>2013-03-01 21:40:49 -0600
commit016bc9729506b1dd85162e5c90bc61cd423e276c (patch)
treeb3fab113468c3223badfa64067355ea6add92d8e /vba.py
parent852043eab2a576b8daf9769f88982299c0d0d51b (diff)
vba - improve install instructions
original-commit-id: e59fa73c95d11aaee8a5759baea3ed0b3fde2741
Diffstat (limited to 'vba.py')
-rw-r--r--vba.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/vba.py b/vba.py
index 14c96e3..1a5a822 100644
--- a/vba.py
+++ b/vba.py
@@ -6,6 +6,11 @@ vba-clojure (but really it's jython/python/jvm)
This is jython, not python. Use jython to run this file. Before running this
file, some of the dependencies need to be constructed. These can be obtained
from the vba-clojure project.
+ sudo apt-get install g++ libtool openjdk-6-jre openjdk-6-jdk libsdl1.2-dev ant
+
+ export JAVA_INCLUDE_PATH=/usr/lib/jvm/java-6-openjdk-amd64/include/
+ export JAVA_INCLUDE_PATH2=/usr/lib/jvm/java-6-openjdk-amd64/include/
+
hg clone http://hg.bortreb.com/vba-clojure
cd vba-clojure/java/
ant all