Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added info on Windows installation dependencies (2018 ed) #1478

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 2018-edition/src/ch01-01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ the instructions for installing Rust. At some point in the installation, you’l
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 2017][visualstudio]. The tools are in
the Other Tools and Frameworks section.
the Other Tools and Frameworks section. Make sure to install
`Visual C++ 2015 toolset for desktop`; as of the time of writing, the Rust
compiler canot use VC++ 17, thus you need the 2015 version.


[install]: https://www.rust-lang.org/install.html
[visualstudio]: https://www.visualstudio.com/downloads/
Expand Down