-
Notifications
You must be signed in to change notification settings - Fork 9
InstallationInstructions.wiki
Releases of the DELTA software are available in the Downloads section of this web site.
Currently we distribute the Open DELTA software as either a .zip/.tar.gz archive (all platforms) or as an installer (Microsoft Windows or Mac OS X).
If you do not have a Java 7 or 8 runtime environment installed or do not know if you have a Java 7 or 8 runtime installed
The installation wizard provides you with the choice to either install Open DELTA for anyone using the computer, or only for the current user:
You should choose to install only for the current user if:
- You do not have administrator rights on the computer
- The other users of the computer will not want to use Open DELTA
The tools in the Open DELTA suite can be run from the Windows Start Menu under All Programs/Open DELTA Suite.
An uninstallation wizard is provided on windows. The uninstallation wizard can be run by selecting Uninstall Open DELTA Suite from the Windows Start Menu under All Programs/Open DELTA Suite. It can also be run from the Control Panel under Programs and Features or Add/Remove Programs on earlier versions of Windows.
- Download http://downloads.ala.org.au/p/Open%20DELTA/Open%20DELTA.dmg to your computer.
- Double click on the file in the Finder application.
- In the window that opens, drag the "Open DELTA" folder into the "Applications" folder.
- If you are using OS X 10.8 you may encounter an error ""Delta Editor" can't be opened because it is from an unidentified developer". If you encounter this error, you can hold down the "control" key before clicking on the Application to be presented with a different dialog that allows you to proceed.
- Please note there is a bug in the installer that prevents the file associations from working.See ISSUE 205 (on Google Code) for more information.
N.B The Mac OS distribution isn't working in Mac OS 10.12+ due to App Translocation. See: https://github.com/AtlasOfLivingAustralia/open-delta/issues/254 for information.
As a workaround, you can run the scripts directly from the terminal using:
/Applications/Open Delta/Delta Editor.app/Contents/MacOS/DeltaEditor.sh
/Applications/Open Delta/Intkey.app/Contents/MacOS/Intkey.sh
You must have a Java 7 or 8 runtime environment installed on your computer.
- Download either http://downloads.ala.org.au/p/Open%20DELTA/open-delta-1.02-bin.zip or http://downloads.ala.org.au/p/Open%20DELTA/open-delta-1.02-bin.tar.gz to your computer.
- Open a terminal and navigate to the directory you downloaded the archive to.
- Use your favourite archive extracting tool or use the command below to extract the contents of the archive:
tar xvfz open-delta-1.02-bin.tar.gz
Once the files have been extracted, the shell scripts will not be executable by default.
- Open a terminal and change to the directly where you extracted the archive.
- Execute the following commands to make the scripts executable.
cd open-delta-1.02/bin
chmod u+x *.sh
To run the DELTA Editor
./DeltaEditor.sh
To run Intkey:
./Intkey.sh
To run CONFOR:
./CONFOR.sh <directive file name>