Skip to content

Commit

Permalink
Merge #321
Browse files Browse the repository at this point in the history
321: "linker `link.exe` not found" fix r=eldruin a=tomasApo

Warned windows users that they need C++ visual studio tools. 
If not installed cargo with complain "linker `link.exe` not found". 
Included /visualstudio.microsoft.com link

Co-authored-by: Tomás Apolónia <75183079+tomasApo@users.noreply.github.com>
  • Loading branch information
bors[bot] and tomasApo authored Jul 4, 2022
2 parents e17dcef + 61ca218 commit 7669795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cargo install cargo-binutils
rustup component add llvm-tools-preview
```

WINDOWS: prerequisite C++ Build Tools for Visual Studio 2019 is installed. https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
### `cargo-generate`

We'll use this later to generate a project from a template.
Expand Down

0 comments on commit 7669795

Please sign in to comment.