File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # MSVC prerequistes
1
+ # MSVC prerequisites
2
2
3
3
To compile programs into an exe file, Rust requires a linker, libraries and Windows API import libraries.
4
4
For ` msvc ` targets these can be acquired through Visual Studio.
Original file line number Diff line number Diff line change 47
47
< a class ="windows-download " href ="https://win.rustup.rs/i686 "> rustup‑init.exe</ a >
48
48
then follow the onscreen instructions.
49
49
</ p >
50
- < p > You may also need the < a href ="https://rust-lang.github.io/rustup/installation/windows-msvc.html "> Visual Studio prerequistes </ a > .</ p >
50
+ < p > You may also need the < a href ="https://rust-lang.github.io/rustup/installation/windows-msvc.html "> Visual Studio prerequisites </ a > .</ p >
51
51
< p > If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</ p >
52
52
< div class ="copy-container ">
53
53
< pre class ="rustup-command "> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</ pre >
69
69
< a class ="windows-download " href ="https://win.rustup.rs/x86_64 "> rustup‑init.exe</ a >
70
70
then follow the onscreen instructions.
71
71
</ p >
72
- < p > You may also need the < a href ="https://rust-lang.github.io/rustup/installation/windows-msvc.html "> Visual Studio prerequistes </ a > .</ p >
72
+ < p > You may also need the < a href ="https://rust-lang.github.io/rustup/installation/windows-msvc.html "> Visual Studio prerequisites </ a > .</ p >
73
73
< p > If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</ p >
74
74
< div class ="copy-container ">
75
75
< pre class ="rustup-command "> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</ pre >
You can’t perform that action at this time.
0 commit comments