ref: e59fa73c95d11aaee8a5759baea3ed0b3fde2741
parent: 393b4971f42bcbf46c0e01eb4c8caeccd4c44323
author: Bryan Bishop <[email protected]>
date: Fri Mar 1 16:40:49 EST 2013
vba - improve install instructions
--- a/extras/vba.py
+++ b/extras/vba.py
@@ -6,6 +6,11 @@
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