Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the CnC-Scala distribution cnc-scala-0.1.zip and unzip the contents.
You should have the following file:

Code Block
borderStylesolid
 cnc-scala
  |- readme.txt
  |- bin
      |- cnc_scala_compile
      |- cnc_scala_run
      |- cnc_scala_translate
  |- lib:
      |- cnc-runtime-0.1.1.jar
      |- jsr166y-1.7.0.jar
  |- examples:
      |- Cholesky/*
      |- FindPrimes/*
      |- LUDecomposition/*
      |- NQueens/*
      |- PartitionString/*
      |- SOR/*

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

...