   Scala Download Instructions
   Windows Instructions:

   Instructions

     * After downloading, double-click install.exe

   Notes

     * You may need to install a Java 1.4.0 (or later) virtual machine.
       You can download one from [8]Sun's Java web site.


   Mac OS X Instructions:

   Instructions

     * After downloading, double-click install

   Notes

     * Requires Mac OS X 10.2 or later
     * The compressed installer should be recognized by Stuffit Expander
       and should automatically be expanded after downloading. If it is
       not expanded, you can expand it manually using [10]StuffIt
       Expander 6.0 or later.
     * If you have any problems launching the installer once it has been
       expanded, make sure that the compressed installer was expanded
       using Stuffit Expander. If you continue to have problems, please
       contact technical support.


   AIX Instructions:

   Instructions

     * After downloading open a shell and, cd to the directory where you
       downloaded the installer.
     * At the prompt type: sh ./install.bin

     Notes
     * You need to install a Java 1.4.0 (or later) virtual machine. You
       can download one from [12]Sun's Java web site or contact your OS
       manufacturer.


   Solaris Instructions:

   Instructions

     * After downloading open a shell and, cd to the directory where you
       downloaded the installer.
     * At the prompt type: sh ./install.bin

     Notes
     * You need to install a Java 1.4.0 (or later) virtual machine. You
       can download one from [14]Sun's Java web site or contact your OS
       manufacturer.


   Linux Instructions:

   Instructions
     * After downloading open a shell and, cd to the directory where you
       downloaded the installer.
     * At the prompt type: sh ./install.bin

   Notes
     * You need to install a Java 1.4.0 (or later) virtual machine. You
       can download one from [16]Sun's Java web site or contact your OS
       manufacturer.

   HP-UX Instructions:

   Instructions
     * After downloading open a shell and, cd to the directory where you
       downloaded the installer.
     * At the prompt type: sh ./install.bin

   Notes
     * You need to install a Java 1.4.0 (or later) virtual machine. You
       can download one from [18]Sun's Java web site or contact your OS
       manufacturer.

   Generic Unix Instructions:

   Instructions

     * After downloading open a shell and, cd to the directory where you
       downloaded the installer.
     * At the prompt type: sh ./install.bin

   Notes

     * You need to install a Java 1.4.0 (or later) virtual machine. You
       can download one from [20]Sun's Java web site or contact your OS
       manufacturer.


   ZIP Archive:

   Instructions

     * Unzip the archive using [22]WinZip or another compression tools.

   Notes

     * All Scala tools are located in the bin directory.
     * Before running any of these tools, you must define the environment
       variable SCALA_HOME to point to the home directory of the scala
       distribution.
       On Windows 95/98/Me, this can be done by adding the following
       command to your AUTOEXEC.BAT file and then rebooting your machine.
set SCALA_HOME=<install-directory>\scala-<version>
       On Windows NT/2000/XP, open the "Control Panel", open the "System"
       applet, select the "Advanced" tab, click on "Environment
       Variables", click on "New..." in the user variable section and
       enter the following informations:
Variable Name : SCALA_HOME
Variable Value: <install-directory>\scala-<version>
       If you have Administrator privileges, you may install the tools
       for all users of your machine by creating a new system variable
       instead of a new user variable.


   TGZ Archive:

   Instructions

     * Untar the archive using the command tar xzf.

   Notes

     * All Scala tools are located in the directory bin.


   BZ2 Archive:

   Instructions

     * Untar the archive using the command bunzip2 -c
       scala-<version>.tar.bz2 | tar xf -.

   Notes

     * All Scala tools are located in the directory bin.

