Skip to content

Commit

Permalink
Merge pull request #258 from rgwood/windows-install
Browse files Browse the repository at this point in the history
Update Windows build-from-source requirements
  • Loading branch information
sophiajt committed Mar 7, 2022
2 parents 3226654 + 3649f10 commit 0e6275d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ For Rust to work properly, you'll need to have a compatible compiler suite insta

* Linux: GCC or Clang
* macOS: Clang (install Xcode)
* Windows: [Visual Studio Community Edition](https://visualstudio.microsoft.com/vs/community/)

For Windows, when you install Visual Studio Community Edition, make sure to install the "C++ build tools" as what we need is `link.exe` which is provided as part of that optional install. With that, we're ready to move to the next step.
* Windows: MSVC (install [Visual Studio](https://visualstudio.microsoft.com/vs/community/) or the [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022))
* Make sure to install the "Desktop development with C++" workload
* Any Visual Studio edition will work (Community is free)

### Installing Rust

Expand Down

0 comments on commit 0e6275d

Please sign in to comment.