You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, go to https://www.rust-lang.org/tools/install and follow the instructions for installing Rust. At some point in the installation, you’ll receive a message explaining that you’ll also need the C++ build tools for Visual Studio 2013 or later. The easiest way to acquire the build tools is to install Build Tools for Visual Studio 2019. The tools are in the Other Tools and Frameworks section.
This is correct, but not the full story: Just installing the build tools does not install link.exe and further down expose people to the "linker not found" issue. The recommended way is to actively check the box for "C++ tools". I'm not sure if this is the best way to get link.exe, as it installs 1GB of C++ frameworks along with it.
The text was updated successfully, but these errors were encountered:
Similar to #2151.
https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows documents:
This is correct, but not the full story: Just installing the build tools does not install
link.exe
and further down expose people to the "linker not found" issue. The recommended way is to actively check the box for "C++ tools". I'm not sure if this is the best way to getlink.exe
, as it installs 1GB of C++ frameworks along with it.The text was updated successfully, but these errors were encountered: