diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 21:40:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-03-01 21:40:49 -0600 |
commit | e59fa73c95d11aaee8a5759baea3ed0b3fde2741 (patch) | |
tree | 408c852d0b64b45152fb4d5ce16ea682e2b25fe9 /extras/vba.py | |
parent | 393b4971f42bcbf46c0e01eb4c8caeccd4c44323 (diff) |
vba - improve install instructions
Diffstat (limited to 'extras/vba.py')
-rw-r--r-- | extras/vba.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/vba.py b/extras/vba.py index 14c96e3f1..1a5a822ff 100644 --- a/extras/vba.py +++ b/extras/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 |