vba - also install jython

This commit is contained in:
Bryan Bishop 2013-03-01 22:11:45 -06:00
parent e59fa73c95
commit c2932b0490

View File

@ -6,7 +6,7 @@ vba-clojure (but really it's jython/python/jvm)
This is jython, not python. Use jython to run this file. Before running this 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 file, some of the dependencies need to be constructed. These can be obtained
from the vba-clojure project. from the vba-clojure project.
sudo apt-get install g++ libtool openjdk-6-jre openjdk-6-jdk libsdl1.2-dev ant sudo apt-get install g++ libtool openjdk-6-jre openjdk-6-jdk libsdl1.2-dev ant jython
export JAVA_INCLUDE_PATH=/usr/lib/jvm/java-6-openjdk-amd64/include/ export JAVA_INCLUDE_PATH=/usr/lib/jvm/java-6-openjdk-amd64/include/
export JAVA_INCLUDE_PATH2=/usr/lib/jvm/java-6-openjdk-amd64/include/ export JAVA_INCLUDE_PATH2=/usr/lib/jvm/java-6-openjdk-amd64/include/