Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit d38c3aa

Browse files
committed
16.10.30.14.49
1 parent 228ab83 commit d38c3aa

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

zh-CN/downloads.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,17 @@ <h2 id="nightly">开发版(Nightly)&nbsp; ({{ site.nightly }})</h2>
178178
<a href="https://www.visualstudio.com">Visual Studio</a>,
179179
,而使用 GNU ABI 则需要
180180
<a href="https://gcc.gnu.org/">GCC 工具链</a>.
181-
Which version of Rust you need depends largely on what C/C++ libraries you want to interoperate with:
182-
for interop with software produced by Visual Studio use the MSVC build of Rust; for interop with
183-
GNU software built using the
181+
您选择哪个版本的 Rust 主要取决于您想要互操作的 C/C++ 库:
182+
Visual Studio 生成的软件的 interop 使用 Rust 的 MSVC build;
183+
用于与使用
184184
<a href="https://msys2.github.io/">MinGW/MSYS2 工具链</a>
185-
use the GNU build.
185+
构建的GNU软件进行互操作,使用GNU构建。
186186
</p>
187187
<p>
188-
MSVC builds of Rust additionally require the Microsoft Visual
189-
C++ build tools for Visual Studio 2013 或更高版本。
190-
The easiest way to acquire the build tools is by installing
188+
MSVC 构建的 Rust 需要 Visual Studio 2013 或更高版本中的 Microsoft Visual C++ 构建工具。
189+
获取构建工具的快捷方法是安装
191190
<a href="http://landinghub.visualstudio.com/visual-cpp-build-tools">
192-
Microsoft Visual C++ Build Tools 2015</a>
191+
Microsoft Visual C++ 构建工具 2015</a>
193192
which provides just the Visual C++ build tools.
194193
Alternately, you can <a href="https://www.visualstudio.com/downloads/">安装</a>
195194
Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".

0 commit comments

Comments
 (0)