home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / SCALALNX.ZIP / INSTALL.TXT < prev   
Text File  |  2004-03-14  |  4KB  |  148 lines

  1.    Scala Download Instructions
  2.    Windows Instructions:
  3.  
  4.    Instructions
  5.  
  6.      * After downloading, double-click install.exe
  7.  
  8.    Notes
  9.  
  10.      * You may need to install a Java 1.4.0 (or later) virtual machine.
  11.        You can download one from [8]Sun's Java web site.
  12.  
  13.  
  14.    Mac OS X Instructions:
  15.  
  16.    Instructions
  17.  
  18.      * After downloading, double-click install
  19.  
  20.    Notes
  21.  
  22.      * Requires Mac OS X 10.2 or later
  23.      * The compressed installer should be recognized by Stuffit Expander
  24.        and should automatically be expanded after downloading. If it is
  25.        not expanded, you can expand it manually using [10]StuffIt
  26.        Expander 6.0 or later.
  27.      * If you have any problems launching the installer once it has been
  28.        expanded, make sure that the compressed installer was expanded
  29.        using Stuffit Expander. If you continue to have problems, please
  30.        contact technical support.
  31.  
  32.  
  33.    AIX Instructions:
  34.  
  35.    Instructions
  36.  
  37.      * After downloading open a shell and, cd to the directory where you
  38.        downloaded the installer.
  39.      * At the prompt type: sh ./install.bin
  40.  
  41.      Notes
  42.      * You need to install a Java 1.4.0 (or later) virtual machine. You
  43.        can download one from [12]Sun's Java web site or contact your OS
  44.        manufacturer.
  45.  
  46.  
  47.    Solaris Instructions:
  48.  
  49.    Instructions
  50.  
  51.      * After downloading open a shell and, cd to the directory where you
  52.        downloaded the installer.
  53.      * At the prompt type: sh ./install.bin
  54.  
  55.      Notes
  56.      * You need to install a Java 1.4.0 (or later) virtual machine. You
  57.        can download one from [14]Sun's Java web site or contact your OS
  58.        manufacturer.
  59.  
  60.  
  61.    Linux Instructions:
  62.  
  63.    Instructions
  64.      * After downloading open a shell and, cd to the directory where you
  65.        downloaded the installer.
  66.      * At the prompt type: sh ./install.bin
  67.  
  68.    Notes
  69.      * You need to install a Java 1.4.0 (or later) virtual machine. You
  70.        can download one from [16]Sun's Java web site or contact your OS
  71.        manufacturer.
  72.  
  73.    HP-UX Instructions:
  74.  
  75.    Instructions
  76.      * After downloading open a shell and, cd to the directory where you
  77.        downloaded the installer.
  78.      * At the prompt type: sh ./install.bin
  79.  
  80.    Notes
  81.      * You need to install a Java 1.4.0 (or later) virtual machine. You
  82.        can download one from [18]Sun's Java web site or contact your OS
  83.        manufacturer.
  84.  
  85.    Generic Unix Instructions:
  86.  
  87.    Instructions
  88.  
  89.      * After downloading open a shell and, cd to the directory where you
  90.        downloaded the installer.
  91.      * At the prompt type: sh ./install.bin
  92.  
  93.    Notes
  94.  
  95.      * You need to install a Java 1.4.0 (or later) virtual machine. You
  96.        can download one from [20]Sun's Java web site or contact your OS
  97.        manufacturer.
  98.  
  99.  
  100.    ZIP Archive:
  101.  
  102.    Instructions
  103.  
  104.      * Unzip the archive using [22]WinZip or another compression tools.
  105.  
  106.    Notes
  107.  
  108.      * All Scala tools are located in the bin directory.
  109.      * Before running any of these tools, you must define the environment
  110.        variable SCALA_HOME to point to the home directory of the scala
  111.        distribution.
  112.        On Windows 95/98/Me, this can be done by adding the following
  113.        command to your AUTOEXEC.BAT file and then rebooting your machine.
  114. set SCALA_HOME=<install-directory>\scala-<version>
  115.        On Windows NT/2000/XP, open the "Control Panel", open the "System"
  116.        applet, select the "Advanced" tab, click on "Environment
  117.        Variables", click on "New..." in the user variable section and
  118.        enter the following informations:
  119. Variable Name : SCALA_HOME
  120. Variable Value: <install-directory>\scala-<version>
  121.        If you have Administrator privileges, you may install the tools
  122.        for all users of your machine by creating a new system variable
  123.        instead of a new user variable.
  124.  
  125.  
  126.    TGZ Archive:
  127.  
  128.    Instructions
  129.  
  130.      * Untar the archive using the command tar xzf.
  131.  
  132.    Notes
  133.  
  134.      * All Scala tools are located in the directory bin.
  135.  
  136.  
  137.    BZ2 Archive:
  138.  
  139.    Instructions
  140.  
  141.      * Untar the archive using the command bunzip2 -c
  142.        scala-<version>.tar.bz2 | tar xf -.
  143.  
  144.    Notes
  145.  
  146.      * All Scala tools are located in the directory bin.
  147.  
  148.