Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add links to CLI distro for v0.5.0-RC2
  • Loading branch information
gzm0 committed Jun 10, 2014
commit 29f5058d710561b9917a78e84c7d6b0b06ee6913
6 changes: 6 additions & 0 deletions downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ We strongly recommend using the SBT plugin, as shown in the [bootstrapping skele

The CLI distribution requires `scala` and `scalac` (of the right major version) to be on the execution path. Unpack it wherever you like and add the `bin/` folder to your execution path.

#### Scala.js 0.5.0-RC2
* [0.5.0-RC2, Scala 2.11 (tgz, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC2.tgz)
* [0.5.0-RC2, Scala 2.11 (zip, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC2.zip)
* [0.5.0-RC2, Scala 2.10 (tgz, 15MB)]({{ BASE_PATH }}/files/scalajs_2.10-0.5.0-RC2.tgz)
* [0.5.0-RC2, Scala 2.10 (zip, 15MB)]({{ BASE_PATH }}/files/scalajs_2.10-0.5.0-RC2.zip)

#### Scala.js 0.5.0-RC1
* [0.5.0-RC1, Scala 2.11 (tgz, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC1.tgz)
* [0.5.0-RC1, Scala 2.11 (zip, 13MB)]({{ BASE_PATH }}/files/scalajs_2.11-0.5.0-RC1.zip)
Expand Down