Instructions for Creating the DAVE executable on MAC OS X


 - create the package bundle containing the IDL runtime and the dave.sav which

   contains an embedded IDL license.

 - rearrange the bundle so everything is contained in a single application folder 

   eg dave.app

 - make sure it executes. 

   * Edit the main.scpt script located at 

     Contents/Resources/Scripts/main.scpt

   * the folder names referenced in the script must be consistent with the package 

      folder name (the .app folder)

 - Once everything is executing properly, fire up xterm and navigate to the folder

   containing the package. 

 - Create a tar archive of the app folder eg

    tar zcvf dave.tgz dave.app

 - Copy the archive over to dave.ncnr.nist.gov 

 - Unbundle the archive at the appropriate location.