diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 22:11:45 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 22:11:45 -0600 |
commit | e62461c86b202a4ec9f870bb652a5fabfbb27987 (patch) | |
tree | cf3d2f1d9981fe55cf1a5a4a52fb00f7555e5b8d /vba.py | |
parent | 016bc9729506b1dd85162e5c90bc61cd423e276c (diff) |
vba - also install jython
original-commit-id: c2932b0490dc9cf7cce8ace6a85eecb49fd8e362
Diffstat (limited to 'vba.py')
-rw-r--r-- | vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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 + 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_PATH2=/usr/lib/jvm/java-6-openjdk-amd64/include/ |