summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKat Harrison <Kat Harrison>2013-06-22 21:34:47 -0400
committerKat Harrison <Kat Harrison>2013-06-23 00:41:38 -0400
commitd67d63df31f641b786d34bfb687524c37dd72e12 (patch)
tree40cff8da156b870ebbd320906526777ef8583e07 /extras
parentac773a9dc1499f7070dc98236c66de6309885210 (diff)
update instructions in extras/vba.py
fixes #151 fixes #150
Diffstat (limited to 'extras')
-rw-r--r--extras/vba.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/extras/vba.py b/extras/vba.py
index f85f838b4..f01db5c64 100644
--- a/extras/vba.py
+++ b/extras/vba.py
@@ -6,13 +6,15 @@ 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 jython
+ sudo apt-get install g++ libtool openjdk-6-jre openjdk-6-jdk libsdl1.2-dev mercurial ant autoconf jython
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/
+ cd vba-clojure/
+ ./dl-libs.sh
+ cd java/
ant all
cd ..
autoreconf -i