1
1
---
2
2
layout: ru-RU/default
3
- title: Installation · The Rust Programming Language
3
+ title: Установка · The Rust Programming Language
4
4
---
5
- < h1 class ="rustup "> Install Rust</ h1 >
5
+ < h1 class ="rustup "> Установка Rust</ h1 >
6
6
7
7
< div class ="row rustup-row ">
8
8
< div class ="col-md-8 instr-column ">
9
9
< div id ="platform-instructions-unix " class ="instructions " style ="display: none; ">
10
- < p > To install Rust, run the following in your terminal, then follow the onscreen instructions .</ p >
10
+ < p > Чтобы установить Rust, запустите эту команду в своём терминале и следуйте инструкциям на экране .</ p >
11
11
< pre > curl https://sh.rustup.rs -sSf | sh</ pre >
12
12
</ div >
13
13
14
14
< div id ="platform-instructions-win " class ="instructions " style ="display: none; ">
15
15
< p >
16
- To install Rust, download and run
16
+ Чтобы установить Rust, загрузите и запустите
17
17
< a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
18
- then follow the onscreen instructions .
18
+ и следуйте инструкциям на экране .
19
19
</ p >
20
20
</ div >
21
21
22
22
< div id ="platform-instructions-android " class ="instructions " style ="display: none; ">
23
- < p > It looks like you are running Android.</ p >
23
+ < p > Похоже, вы зашли с Android.</ p >
24
24
< p >
25
- The Rust compiler does not run on Android directly (yet) ,
26
- but it does make it easy to cross-compile < em > to </ em > Android.
27
- Install Rust on a supported host platform and
25
+ Компилятор Rust пока не работает на Android,
26
+ но вы легко можете кросс-компилировать программы < em > на </ em > Android.
27
+ Установите Rust на поддерживаемой хостовой платформе и
28
28
< a href ="https://github.com/rust-lang-nursery/rustup.rs/#cross-compilation ">
29
- follow the cross-compilation instructions
29
+ следуйте инструкциям по кросс-компиляции
30
30
</ a >
31
- to build Rust applications for Android.
31
+ чтобы собирать приложения на Rust для Android.
32
32
</ p >
33
33
</ div >
34
34
35
35
< div id ="platform-instructions-unknown " class ="instructions " style ="display: none; ">
36
- < p > I don't recognize your platform .</ p >
36
+ < p > Мы не распознали, на какой вы платформе .</ p >
37
37
< p >
38
- Rust runs on Windows, Linux, Mac OS X, FreeBSD and NetBSD. If
39
- you are on one of these platforms and are seeing this then please
40
- < a href ="https://github.com/rust-lang/rust-www/issues/new "> report an issue </ a > ,
41
- along with the following values :
38
+ Rust работает на Windows, Linux, Mac OS X, FreeBSD и NetBSD. Если
39
+ вы используете одну из этих платформ и видите это сообщение, пожалуйста
40
+ < a href ="https://github.com/rust-lang/rust-www/issues/new "> сообщите о проблеме </ a > ,
41
+ вместе с значениями этих переменных :
42
42
< div >
43
43
< div > navigator.platform:</ div >
44
44
< div id ="nav-plat "> </ div >
@@ -50,18 +50,18 @@ <h1 class="rustup">Install Rust</h1>
50
50
51
51
< div id ="platform-instructions-default " class ="instructions ">
52
52
< div >
53
- < p > To install Rust, if you are running Unix,< br /> run the following
54
- in your terminal, then follow the onscreen instructions .</ p >
53
+ < p > Чтобы установить Rust на Unix,< br /> запустите эту команду в терминале
54
+ и следуйте инструкциям на экране .</ p >
55
55
< pre > curl https://sh.rustup.rs -sSf | sh</ pre >
56
56
</ div >
57
57
58
58
< hr />
59
59
60
60
< div >
61
61
< p >
62
- If you are running Windows,< br /> download and run
62
+ Если вы используете Windows,< br /> загрузите и запустите
63
63
< a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
64
- then follow the onscreen instructions .
64
+ и следуйте инструкциям на экране .
65
65
</ p >
66
66
</ div >
67
67
</ div >
@@ -78,7 +78,7 @@ <h1 class="rustup">Install Rust</h1>
78
78
< br >
79
79
80
80
< a id ="platform-button " style ="display: none; " href ="# ">
81
- click or press "n" to cycle platforms
81
+ кликните или нажмите "n", чтобы переключать платформы
82
82
</ a >
83
83
</ div >
84
84
</ div >
0 commit comments