This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -178,18 +178,17 @@ <h2 id="nightly">开发版(Nightly) ({{ site.nightly }})</h2>
178
178
< a href ="https://www.visualstudio.com "> Visual Studio</ a > ,
179
179
,而使用 GNU ABI 则需要
180
180
< 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
+ 用于与使用
184
184
< a href ="https://msys2.github.io/ "> MinGW/MSYS2 工具链</ a >
185
- use the GNU build.
185
+ 构建的GNU软件进行互操作,使用GNU构建。
186
186
</ p >
187
187
< 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
+ 获取构建工具的快捷方法是安装
191
190
< a href ="http://landinghub.visualstudio.com/visual-cpp-build-tools ">
192
- Microsoft Visual C++ Build Tools 2015</ a >
191
+ Microsoft Visual C++ 构建工具 2015</ a >
193
192
which provides just the Visual C++ build tools.
194
193
Alternately, you can < a href ="https://www.visualstudio.com/downloads/ "> 安装</ a >
195
194
Visual Studio 2015 or Visual Studio 2013 and during install select the "C++ tools".
You can’t perform that action at this time.
0 commit comments