1
+ ---
2
+ layout: zh-CN/default
3
+ title: 下载 · Rust程序语言
1
4
---
2
- layout: default
3
- title: Downloads · The Rust Programming Language
4
- ---
5
- < h1 > Downloads</ h1 >
5
+ < h1 > 下载</ h1 >
6
6
7
7
< hr >
8
8
@@ -21,36 +21,36 @@ <h3>{{ site.stable_date | date: "%B %-d, %Y" }}</h3>
21
21
< table class ="table-features table-installers "> < tbody >
22
22
< tr >
23
23
< td class ="inst-type "> Linux (.tar.gz)</ td >
24
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
25
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
24
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
25
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
26
26
</ tr >
27
27
< tr >
28
28
< td class ="inst-type "> Mac (.pkg)</ td >
29
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
30
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
29
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
30
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-apple-darwin.pkg "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
31
31
</ tr >
32
32
< tr >
33
33
< td class ="inst-type "> Windows (< a href ="#win-foot "> GNU ABI < sup > †</ sup > </ a > ) (.msi)</ td >
34
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
35
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
34
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
35
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
36
36
</ tr >
37
37
< tr >
38
38
< td class ="inst-type "> Windows (< a href ="#win-foot "> MSVC ABI < sup > †</ sup > </ a > ) (.msi) </ td >
39
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
40
- < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
39
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
40
+ < td > < a href ="https://static.rust-lang.org/dist/rust-{{ site.stable }}-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
41
41
</ tr >
42
42
< tr > < td > </ td > </ tr >
43
43
< tr >
44
44
< td class ="inst-type "> </ td >
45
- < td colspan ="2 "> < a href ="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz "> < div class ="inst-button "> Source </ div > </ a > </ td >
45
+ < td colspan ="2 "> < a href ="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz "> < div class ="inst-button "> 源码 </ div > </ a > </ td >
46
46
</ tr >
47
47
</ tbody > </ table >
48
48
</ div >
49
49
</ div >
50
50
51
51
< div class ="row ">
52
52
< div class ="col-md-10 col-md-offset-1 ">
53
- < p > An easy way to install the stable binaries for Linux and Mac is to run this in your shell: </ p >
53
+ < p > Linux和Mac系统中安装的快捷方法,在终端中运行: </ p >
54
54
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh</ code > </ pre >
55
55
</ div >
56
56
</ div >
@@ -70,23 +70,23 @@ <h2 id="beta">Beta ({{ site.beta }})</h2>
70
70
< table class ="table-features table-installers "> < tbody >
71
71
< tr >
72
72
< td class ="inst-type "> Linux (.tar.gz)</ td >
73
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
74
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
73
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
74
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
75
75
</ tr >
76
76
< tr >
77
77
< td class ="inst-type "> Mac (.pkg)</ td >
78
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
79
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
78
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
79
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-apple-darwin.pkg "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
80
80
</ tr >
81
81
< tr >
82
82
< td class ="inst-type "> Windows (< a href ="#win-foot "> GNU ABI < sup > †</ sup > </ a > ) (.msi)</ td >
83
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
84
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
83
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
84
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
85
85
</ tr >
86
86
< tr >
87
87
< td class ="inst-type "> Windows (< a href ="#win-foot "> MSVC ABI < sup > †</ sup > </ a > ) (.msi) </ td >
88
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
89
- < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
88
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
89
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
90
90
< td > </ td >
91
91
</ tr >
92
92
< tr > < td > </ td > </ tr >
@@ -121,23 +121,23 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
121
121
< table class ="table-features table-installers "> < tbody >
122
122
< tr >
123
123
< td class ="inst-type "> Linux (.tar.gz)</ td >
124
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
125
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
124
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
125
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
126
126
</ tr >
127
127
< tr >
128
128
< td class ="inst-type "> Mac (.pkg)</ td >
129
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
130
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
129
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
130
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-apple-darwin.pkg "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
131
131
</ tr >
132
132
< tr >
133
133
< td class ="inst-type "> Windows (< a href ="#win-foot "> GNU ABI < sup > †</ sup > </ a > ) (.msi)</ td >
134
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
135
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
134
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
135
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
136
136
</ tr >
137
137
< tr >
138
138
< td class ="inst-type "> Windows (< a href ="#win-foot "> MSVC ABI < sup > †</ sup > </ a > ) (.msi) </ td >
139
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64-bit </ div > </ a > </ td >
140
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32-bit </ div > </ a > </ td >
139
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.msi "> < div class ="inst-button "> 64位 </ div > </ a > </ td >
140
+ < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-msvc.msi "> < div class ="inst-button "> 32位 </ div > </ a > </ td >
141
141
< td > </ td >
142
142
</ tr >
143
143
< tr > < td > </ td > </ tr >
0 commit comments