source ~/hawaiki-build
 cd /export/data/star
 git clone git://starlink.jach.hawaii.edu/starlink.git starlink-hawaiki
 cd starlink-hawaiki
 ./bootstrap
 make configure-deps
 ./configure -C
 make world

STARJAVA

LINUX

Download JDK (both 1.5 and 1.6) from Sun. Download JAI from java.net. Run the binary installer for the JDK, which will create jdk-<whatever> directories. Change into the created jdk- directory, then run the binary installer for JAI, which will install JAI into the JDK directory. Then cp -r * $STARCONF_DEFAULT_PREFIX/java1.[56] to copy the files into the distribution.

 cd $STARCONF_DEFAULT_PREFIX
 ln -s java1.5 java
 setenv $STAR_JAVA to $STARCONF_DEFAULT_PREFIX/java/bin/java

OS X

 export STAR_JAVA=/usr/bin/java

Make sure that the ~/.stardev.properties file has:

(Not sure if this can take environment variables, which is why it doesn't use $STARCONF_DEFAULT_PREFIX)

Make sure that the Starlink 'ant' command is first in your path by doing:

If you see references for Starlink in there, you've done it right. Then do:

Start using the new ant:

And build starjava:


STARPERL


Make a clone of the git repository:

Change into the directory and follow the instructions in the README.


ORAC-DR