You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The current release of Habanero-Scala has been tested with Scala version 2.9.1.
You will need to have the scalac and scala commands available in your path.

Download the latest Habanero-Scala distribution and unzip the contents.
You should have the following file:

 cnc-scala
  |- license.txt
  |- readme.txt
  |- release-notes.txt
  |- bin
      |- cnc_scala_compile
      |- cnc_scala_run
      |- cnc_scala_translate
  |- lib:
      |- cnc-runtime-0.1.2.jar
      |- jsr166y-1.7.0.jar
  |- examples:
      |- Cholesky/*
      |- FindPrimes/*
      |- LUDecomposition/*
      |- NQueens/*
      |- PartitionString/*
      |- SOR/*

Set the HSCALA_HOME environment variable to point to the habanero-scala directory.
Add ${HSCALA_HOME}/bin to your path.

The installation is now complete and you are now ready to run the examples and write your own Habanero-Scala programs.

Release History

  • habanero-scala-0.1.2
  • No labels