Skip to content

Commit

Permalink
"linker link.exe not found" fix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tomasApo authored Jul 3, 2022
1 parent e17dcef commit 61ca218
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 61ca218

Please sign in to comment.