Mercurial > cgi-bin > hgweb.cgi > ImagePrep
view setup.sh @ 1:0bded24f746e
Compiles, still untested.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 16 Jul 2020 21:51:08 -0700 |
parents | e0efe7848130 |
children | e90d290a9a8d |
line wrap: on
line source
#!/bin/bash export JRE_HOME="$(/usr/libexec/java_home)" export KOTLIN_HOME="$HOME/kotlin/1.3.72" export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source" export OSDEP_HOME="../Osdep" export ANT_HOME="$HOME/java/apache-ant-1.10.1" if [[ "$PATH" != *$ANT_HOME/bin* ]] then export PATH="$ANT_HOME/bin:$PATH" fi