I am trying to install gaia, image software for astronomy. I am running Snow Leopard 10.6.8 and have xcode tools 3.2.6 with developer tools installed. I also believe I have the correct gfortran compiler necessary.
How do I install gaia now? What are the commands I need to run. When I download it, it unzips and there are just a bunch of folders.
Any help is greatly appreciated.
Thanks, Max
Steps for installing Starlink Gaia
Download the latest Starlink distribution (Hikianalia, as of this writing):
http://starlink.jach.hawaii.edu/starlink/HikianaliaDownload
Uncompress the .tar.gz. A new
stardirectory will be created. You can move it some other place (for instance,/Users/Shared/star, or/star)Depending on your default shell:
For C (
csh,tcsh) shells:Create a
STARLINK_DIRenvironment variable pointing to where thestardirectory is to be left (i.e.,/Users/Shared/star):Source the chsrc files
You can combine the steps above creating an alias called
start_starlinkto add to your .cshrc file, so that you only start the Starlink libraries when needed:For Bourne (
sh,bash,zsh) shells:Create a
STARLINK_DIRenvironment variable pointing to where thestardirectory is to be left (i.e.,/Users/Shared/star):Source the chsrc files
You can combine the steps above creating an alias called
start_starlinkto add to your .cshrc file, so that you only start the Starlink libraries when needed:So, after typing
start_starlink, you can just typegaiato launch Starlink Gaia.Fixing a missing
gfortranIn x86_64 systems, if launching gaia fails with the message:
you need to make sure that you have gfortran libraries installed, and that they are were gaia expects them.
You can try to use
locate libgfortran.3.dylib, and copy it to/usr/local/lib, or make a symlink to it. See, for instance, http://starlink.jach.hawaii.edu/starlink/HikianaliaDownload#SnowLeopard64-bitdistribution