1
1
---
2
- layout: ru-RU/untranslated
3
- title: Downloads · The Rust Programming Language
2
+ layout: ru-RU/basic
3
+ title: Загрузки · Язык программирования Rust
4
4
---
5
- < h1 > Downloads </ h1 >
5
+ < h1 > Загрузки </ h1 >
6
6
7
7
< hr >
8
8
@@ -11,11 +11,10 @@ <h1>Downloads</h1>
11
11
< h2 id ="stable "> {{ site.stable }} </ h2 >
12
12
< h3 > {{ site.stable_date }}</ h3 >
13
13
< p >
14
- The
15
14
< a href ="http://blog.rust-lang.org{{ site.stable_blog }} ">
16
- current stable release of Rust
17
- </ a >
18
- , updated every six weeks and backwards-compatible.
15
+ Текущая стабильная версия Rust
16
+ </ a >
17
+ , обновляется каждые шесть недель и обратно совместима
19
18
</ p >
20
19
</ div >
21
20
< div class ="col-md-8 ">
@@ -51,7 +50,7 @@ <h3>{{ site.stable_date }}</h3>
51
50
52
51
< div class ="row ">
53
52
< div class ="col-md-10 col-md-offset-1 ">
54
- < 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 >
55
54
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh</ code > </ pre >
56
55
</ div >
57
56
</ div >
@@ -62,10 +61,10 @@ <h3>{{ site.stable_date }}</h3>
62
61
< div class ="col-md-4 side-header ">
63
62
< h2 id ="beta "> Beta ({{ site.beta }})</ h2 >
64
63
< p >
65
- A preview of the upcoming stable release, intended for testing by
66
- crate authors. Updated every six weeks and as needed .
64
+ Предварительная версия будущих стабильных выпусков, предназначена для
65
+ тестирования авторами библиотек. Обновляется каждые шесть недель или по мере необходимости .
67
66
</ p >
68
- < p > < em > Scheduled for stable release < br /> {{ site.beta_date }}</ em > .< p >
67
+ < p > < em > Стабильный релиз намечен на < br /> {{ site.beta_date }}</ em > .< p >
69
68
</ div >
70
69
< div class ="col-md-8 ">
71
70
< table class ="table-features table-installers "> < tbody >
@@ -101,7 +100,7 @@ <h2 id="beta">Beta ({{ site.beta }})</h2>
101
100
102
101
< div class ="row ">
103
102
< div class ="col-md-10 col-md-offset-1 ">
104
- < p > An easy way to install the beta binaries for Linux and Mac is to run this in your shell :</ p >
103
+ < p > Простой способ установить бинарную бета версию для Linux и Mac — выполнить эту команду в командной строке :</ p >
105
104
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta</ code > </ pre >
106
105
</ div >
107
106
</ div >
@@ -112,10 +111,10 @@ <h2 id="beta">Beta ({{ site.beta }})</h2>
112
111
< div class ="col-md-4 side-header ">
113
112
< h2 id ="nightly "> Nightly ({{ site.nightly }})</ h2 >
114
113
< p >
115
- The current development branch .
116
- It includes
117
- < a href ="https://doc.rust-lang.org/book/nightly-rust.html "> unstable features </ a >
118
- that are not available in the betas or stable releases .
114
+ Текущая ветка разработки .
115
+ Включает
116
+ < a href ="https://doc.rust-lang.org/book/nightly-rust.html "> нестабильные возможности </ a >
117
+ которые недоступны в бетах и стабильных релизах .
119
118
</ p >
120
119
</ div >
121
120
< div class ="col-md-8 ">
@@ -152,7 +151,7 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
152
151
153
152
< div class ="row ">
154
153
< div class ="col-md-10 col-md-offset-1 ">
155
- < p > An easy way to install the nightly binaries for Linux and Mac is to run this in your shell :</ p >
154
+ < p > Простой способ установить бинарную nightly версию для Linux и Mac — выполнить эту команду в командной строке :</ p >
156
155
< pre > < code > curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</ code > </ pre >
157
156
</ div >
158
157
</ div >
@@ -162,7 +161,7 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
162
161
< div class ="row ">
163
162
< div class ="col-md-12 ">
164
163
< p >
165
- Discover other downloads in < a href ="https://static.rust-lang.org/dist/index.html "> the archives .</ a >
164
+ Вы можете просмотреть другие варианты < a href ="https://static.rust-lang.org/dist/index.html "> в архиве .</ a >
166
165
</ p >
167
166
</ div >
168
167
</ div >
@@ -171,35 +170,34 @@ <h2 id="nightly">Nightly ({{ site.nightly }})</h2>
171
170
172
171
< div class ="row ">
173
172
< div class ="col-md-12 ">
174
- < a id ="win-foot "> </ a >
175
- < p >
176
- < em > †</ em >
177
- There are two prominent
178
- < a href ="https://en.wikipedia.org/wiki/Application_binary_interface "> ABIs</ a >
179
- in use on Windows: the native (MSVC) ABI used by
180
- < a href ="https://www.visualstudio.com "> Visual Studio</ a > ,
181
- and the GNU ABI used by the
182
- < a href ="https://gcc.gnu.org/ "> GCC toolchain</ a > .
183
- Which version of Rust you need depends largely on what C/C++ libraries you want to interoperate with:
184
- for interop with software produced by Visual Studio use the MSVC build of Rust; for interop with
185
- GNU software built using the
186
- < a href ="https://msys2.github.io/ "> MinGW/MSYS2 toolchain</ a >
187
- use the GNU build.
188
- </ p >
189
- < p >
190
- MSVC builds of Rust additionally require the Microsoft Visual
191
- C++ build tools for Visual Studio 2013 or later.
192
- The easiest way to acquire the build tools is by installing
193
- < a href ="http://landinghub.visualstudio.com/visual-cpp-build-tools ">
194
- Microsoft Visual C++ Build Tools 2015</ a >
195
- which provides just the Visual C++ build tools.
196
- Alternately, you can < a href ="https://www.visualstudio.com/downloads/ "> install</ a >
197
- Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".
198
- No additional software installation is necessary for basic use of the GNU build.
199
- </ p >
200
- < p >
201
- Rust's support for the GNU ABI is more mature, and is recommended for typical
202
- uses.
203
- </ p >
173
+ < a id ="win-foot "> </ a >
174
+ < p >
175
+ < em > †</ em >
176
+ На Windows существует два известных
177
+ < a href ="https://en.wikipedia.org/wiki/Application_binary_interface "> ABI</ a >
178
+ : нативный (MSVC) ABI, который используется в
179
+ < a href ="https://www.visualstudio.com "> Visual Studio</ a > ,
180
+ и GNU ABI, который используется в
181
+ < a href ="https://gcc.gnu.org/ "> наборе инструментов GCC</ a > .
182
+ То, какая версия Rust вам нужна зависит в основном от того, с какими C/C++ библиотеками вы собираетесь взаимодействовать:
183
+ для взаимодействия с ПО созданным с помощью Visual Studio используйте MSVC версию Rust;
184
+ для ПО GNU, которое было собрано с помощью
185
+ < a href ="https://msys2.github.io/ "> MinGW/MSYS2</ a >
186
+ используйте GNU версию.
187
+ </ p >
188
+ < p >
189
+ Версия Rust для MSVC дополнительно требует инструменты сборки Microsoft Visual
190
+ C++ для Visual Studio 2013 и выше.
191
+ Простейший способ получить их — установить
192
+ < a href ="http://landinghub.visualstudio.com/visual-cpp-build-tools ">
193
+ Microsoft Visual C++ Build Tools 2015</ a >
194
+ ,который предоставит вам только иструменты для сборки Visual C++.
195
+ Альтернативно, вы можете < a href ="https://www.visualstudio.com/downloads/ "> установить</ a >
196
+ Visual Studio 2015 или Visual Studio 2013, и, во время установки, поставить галочку на "C++ tools".
197
+ Для GNU версии никакого дополнительного ПО не требуется.
198
+ </ p >
199
+ < p >
200
+ Поддержка GNU ABI более проработана и рекомендуется для обычных пользователей.
201
+ </ p >
204
202
</ div >
205
203
</ div >
0 commit comments