mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
parent
ac773a9dc1
commit
d67d63df31
@ -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
|
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 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_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/
|
||||||
|
|
||||||
hg clone http://hg.bortreb.com/vba-clojure
|
hg clone http://hg.bortreb.com/vba-clojure
|
||||||
cd vba-clojure/java/
|
cd vba-clojure/
|
||||||
|
./dl-libs.sh
|
||||||
|
cd java/
|
||||||
ant all
|
ant all
|
||||||
cd ..
|
cd ..
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
Loading…
Reference in New Issue
Block a user