Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison setup.sh @ 0:db63d01a23c6
JNI calls and test case (finally!) seem to work.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 31 Mar 2020 13:24:48 -0700 |
parents | |
children | cd2ca4727b7f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:db63d01a23c6 |
---|---|
1 #!/bin/bash | |
2 | |
3 export JRE_HOME="$(/usr/libexec/java_home)" | |
4 export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71" | |
5 export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source" | |
6 | |
7 export ANT_HOME="$HOME/java/apache-ant-1.10.1" | |
8 if [[ "$PATH" != *$ANT_HOME/bin* ]] | |
9 then | |
10 export PATH="$ANT_HOME/bin:$PATH" | |
11 fi |