mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 07:20:20 +08:00
Update install link
This commit is contained in:
parent
b6145762d4
commit
d9110b9ef9
@ -40,9 +40,9 @@ Linux 用户一般应按照相应发行版的文档来安装 GCC 或 Clang。例
|
|||||||
|
|
||||||
### 在 Windows 上安装 `rustup`
|
### 在 Windows 上安装 `rustup`
|
||||||
|
|
||||||
在 Windows 上,访问 [https://www.rust-lang.org/tools/install][install] 页面并按照说明安装 Rust。在安装过程的某个步骤,你可能会收到一条消息,提示你还需要适用于 Visual Studio 2013 或更高版本的 C++ 的构建工具(C++ build tools)。获取这些构建工具的最简单方法是安装 [Visual Studio 2019 的构建工具][visualstudio]。当被问及要安装哪些内容时,请确保已选择 “C++ build tools”,并包括 Windows 10 SDK 和英文语言包。
|
在 Windows 上,访问 [https://www.rust-lang.org/zh-CN/tools/install][install] 页面并按照说明安装 Rust。在安装过程的某个步骤,你可能会收到一条消息,提示你还需要适用于 Visual Studio 2013 或更高版本的 C++ 的构建工具(C++ build tools)。获取这些构建工具的最简单方法是安装 [Visual Studio 2019 的构建工具][visualstudio]。当被问及要安装哪些内容时,请确保已选择 “C++ build tools”,并包括 Windows 10 SDK 和英文语言包。
|
||||||
|
|
||||||
[install]: https://www.rust-lang.org/tools/install
|
[install]: https://www.rust-lang.org/zh-CN/tools/install
|
||||||
[visualstudio]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
|
[visualstudio]: https://visualstudio.microsoft.com/visual-cpp-build-tools/
|
||||||
|
|
||||||
本书的其余部分使用的命令行在 `cmd.exe` 和 `PowerShell` 中都可以运行。如果有特定差异,我们将说明使用哪个。
|
本书的其余部分使用的命令行在 `cmd.exe` 和 `PowerShell` 中都可以运行。如果有特定差异,我们将说明使用哪个。
|
||||||
|
Loading…
Reference in New Issue
Block a user