

Download the latest Triana release from here.
Set an environment variable for your system, $TRIANA for Unix like systems
or %TRIANA% for Windows, to point the top level triana directory, the
location that you saved and unpacked the download to.
e.g. (from the command prompt)
| set TRIANA=C:\triana | Windows |
| setenv TRIANA=/home/user/triana | unix - tcsh |
| export TRIANA=/home/user/triana | unix - bash |
Run the Triana build script (buildTriana), which is located in the
triana/bin directory.
e.g. (from the command prompt)
| C:\triana\bin\buildTriana.bat | Windows |
| /home/user/triana/bin/buildTriana | unix |
Run Triana using the triana script located in the triana/bin directory.
e.g. (from the command prompt)
| C:\triana\bin\triana.bat | Windows |
| /home/user/triana/bin/triana | unix |