view setup.sh @ 44:6999afa6fff3

Update Building instructions; minor build system bug fixes.
author David Barts <davidb@stashtea.com>
date Sun, 03 May 2020 16:15:10 -0700
parents cd2ca4727b7f
children
line wrap: on
line source

#!/bin/bash

export JRE_HOME="$(/usr/libexec/java_home)"
export KOTLIN_HOME="/usr/local/Cellar/kotlin/1.3.71/libexec"
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