Instructions for ariadnemac

1) Unpack ariadnemac.zip to Desktop so that desktop has an ariadnemac folder
on it.

2) Open a terminal window (use finder (command space or go might work too)  -> applications -> utilities -> Terminal)

3) Type in terminal window
    cd ~/Desktop/ariadnemac

(or "cd Desktop/ariadnemac" might work too)

4a) Type in terminal window
  bash ./ariadnemac.sh

4b) OR type (all on one line, should be line in .sh file of option 4a)
  java -Xmx900m -classpath ./dist/ariadnemac.jar:./dist/lib/*:. IslandNetworks.run.Ariadne -Eariadne -fibaegean39S1L3a

5) The directory names appear to be a bit messed up on the MAC version.
For instance to get the correct input files you must use the "browse" button and then select the correct file by hand,
e.g. go into the input directory and select the aegean39S1L3a_input.dat file or any other file ending in  _input.dat

Technical Notes

The files needed are collected on main PC using copysource.bat.

They are then compiled using compileAriadneMac.bat (can convert this file and do this on UNIX/MAC).

Run using ariadnemac.bat (windows) or ariadnemac.sh (linux/mac).
