-
Notifications
You must be signed in to change notification settings - Fork 323
/
Copy pathdownloads-scala2.html
41 lines (40 loc) · 2.46 KB
/
downloads-scala2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<p>Released <b>{{page.release_date}}</b>. See <a href="{{ site.baseurl }}/download/all.html">all releases</a>.</p>
<h3>Release Notes</h3>
For a summary of important changes, see the <a
href="https://github.com/scala/scala/releases/tag/v{{page.release_version}}">GitHub release notes</a>.
<div class="install-steps">
<div class="text-step">
<h2>Ways to Install This Release</h2>
<ul>
<li>
Using <a
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
CLI</a>, run:<br>
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>
</li>
<li>
<div id="download-binaries"></div>Download the Scala binaries for <span id="users-os"></span>
<br /><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the
binaries?</a></span>
</li>
<li><a href="/documentation/getting-started-intellij-track/getting-started-with-scala-in-intellij.html">Download and
use Scala</a><span> with </span><a href="https://www.jetbrains.com/idea">IntelliJ</a><span> and then </span><a
href="/documentation/getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.html">build a
project</a><span>, then </span><a
href="/documentation/getting-started-intellij-track/testing-scala-in-intellij-with-scalatest.html">test it.</a>
</li>
<li>Using <a href="https://sdkman.io/">SDKMAN!</a>, you can easily <a href="https://sdkman.io/sdks#scala">install
specific versions of Scala</a> on any platform with <code>sdk install scala {{ page.release_version }}</code></li>
<li>On macOS you can also use <a href="https://brew.sh/">Homebrew</a> and existing <a
href="https://formulae.brew.sh/formula/scala">Scala
Formulae</a><br /><code>brew update</code><br /><code>brew install scala</code></li>
<li>With <a href="https://www.macports.org/">MacPorts</a>, you can get Scala using
<code>sudo port install scala2.x</code>command.<br /> For example to install Scala 2.12 simply
use<code>sudo port install scala2.12</code></li>
<li><a href="https://ammonite.io/">Get Ammonite</a>, a popular Scala REPL</li>
</ul>
</div>
{% include download-resource-list.html %}
</div>
<h3>License</h3>
<p>The Scala {{ page.release_version }} distribution is released under the {{page.license}}.</p>