Skip to content

Commit 4b20229

Browse files
authored
adding licensing info (#1499)
* adding licensing info * still issues with the tooling; arbitrary change to force rebuild * trying again to prompt build * trying yet again to prompt build
1 parent 04106a8 commit 4b20229

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hub/dev-environment/rust/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ On Windows, Rust requires certain C++ build tools.
2222

2323
You can either download the [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/), or (recommended) you might prefer just to install [Microsoft Visual Studio](https://visualstudio.microsoft.com/downloads/).
2424

25+
> [!IMPORTANT]
26+
> Use of the Microsoft C++ Build Tools requires a valid Visual Studio license (either Community, Pro, or Enterprise).
27+
2528
> [!NOTE]
2629
> We'll be using Visual Studio Code as our integrated development environment (IDE) for Rust, and not Visual Studio. But you can still install Visual Studio without expense. A Community edition is available—it's free for students, open-source contributors, and individuals.
2730
@@ -121,3 +124,4 @@ Not only can you use Rust *on* Windows, you can also write apps *for* Windows us
121124
* [rust-analyzer extension](https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer)
122125
* [CodeLLDB extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)
123126
* [C/C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)
127+

0 commit comments

Comments
 (0)