forked from scala/scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdownloadpage.html
129 lines (101 loc) · 3.67 KB
/
downloadpage.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
---
layout: page
---
<div class="h3-style" style="margin-top: 0px;">Choose one of three ways to get started with Scala!</div>
<div class="bigcircle-wrapper">
<div class="bigcircle" style="float: left;">1</div>
<div class="bigcircle-content" style="float: left;">
<p class="center">
Download Scala {{ page.release_version }} binaries for your system
(<a href="./all.html">All downloads</a>).
</p>
<div class="download-wrapper">
<a id="download-button" style="margin-top: 12px;">
<span class="slider">Download</span>
<span class="icon"></span>
<span class="version{% if page.release_version.size > 7 %}-long{% endif %}">Scala {{ page.release_version }}</span>
</a>
</div>
<p class="install"><a href="{{ site.baseurl }}/download/install.html">Need help installing?</a></p>
</div>
</div>
<div class="h3-style" style="color: #073642;"><i><span class="tilde">~</span> or <span class="tilde">~</span></i></div>
<div class="bigcircle-wrapper">
<div class="bigcircle" style="float: right;">2</div>
<div class="bigcircle-content" style="float: right; margin-top: 32px;">
<p class="center" style="text-align: right;">
<b><a href="http://www.scala-sbt.org/">Get started with sbt</a></b>
<br/>
sbt is a popular build tool for Scala projects.<br/>
With sbt, you don't need to download and install Scala.<br/>
Just set <code>scalaVersion</code> in your build definition,<br/>
and sbt will retrieve that version.
</p>
</div>
</div>
<div class="h3-style" style="color: #073642;"><i><span class="tilde">~</span> or <span class="tilde">~</span></i></div>
<div class="bigcircle-wrapper">
<div class="bigcircle" style="float: left;">3</div>
<div class="bigcircle-content" style="float: left; margin-top: 34px;">
<p class="center" style="text-align: left;">
<a href="http://scala-ide.org/"><b>Install one of the Scala IDEs</b></a>
<br/>
<a href="http://scala-ide.org/">The Scala IDE</a> (based on Eclipse), <a href="http://www.jetbrains.com/idea/">IntelliJ IDEA with the Scala plugin</a>,</br>
or <a href="http://netbeans.org/">NetBeans IDE with the Scala plugin</a>.
</p>
</div>
</div>
<h3>Release Notes</h3>
For important changes, please consult the <a href="{{ site.baseurl }}/news#announcements--changelog">release notes</a>.
<h3>Software Requirements</h3>
{{ page.requirements }}
{{ content }}
{% if page.show_resources == "true" %}
<div>
<h3>Other resources</h3>
{% else %}
<div hidden>
<h3 hidden>Other resources</h3>
{% endif %}
<div>
You can find the installer download links for other operating systems, as well as documentation and source code archives for Scala {{ page.release_version }} below.
</div>
<br/>
<table class="table">
<thead><tr>
<th>Archive</th>
<th>System</th>
{% unless page.dont_show_sizes %}
<th>Size</th>
{% endunless %}
</tr></thead>
<tbody>
{% for resource in page.resources %}
<tr>
<td>
<a id="#link{{ resource[0] }}" href="{{ resource[2] }}">
{{ resource[1] }}
</a>
</td>
<td>{{ resource[3] }}</td>
{% unless page.dont_show_sizes %}
<td>{{ resource[4] }}</td>
{% endunless %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
<h3>License</h3>
The Scala distribution is released under the <a href="{{ site.baseurl }}/license.html">3-clause BSD license</a>.
<div id="getting-started-popup">
<div class="popup">
<p class="header">Your download will begin shortly</p>
<p>You can now jump to the next steps:</p>
<ul>
<li><a href="#">Read the getting started guide</a></li>
<li><a href="#">Read the full documentation</a></li>
<li><a href="#">Configure your IDE</a></li>
</ul>
</div>
</div>