Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Visual Studio package naming and version #401

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/node/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Otherwise, if you wish to run a Massa node from source code, here are the steps
**Set up your Rust environment**:
- On Windows, you should first follow the indications from Microsoft to be able to run on a Rust environment [here](https://docs.microsoft.com/en-gb/windows/dev-environment/rust/setup).
- Install Visual Studio (recommended) or the Microsoft C++ Build Tools.
- Once Visual Studio is installed, click on C++ Build Tool. Select on the right column called "installation details" the following packages:
- MSCV v142 -- VS 2019
- Windows 10 SDK
- Once Visual Studio is installed, click on Desktop development with C++. Select on the right column called "installation details" the following packages:
- MSCV v143 - VS 2022 C++ build tools
- Windows 11 SDK
- C++ CMake tools for Windows
- Testing Tools Core Feature
- Testing Tools Core Feature - Build tools
- Click install on the bottom right to download and install those packages
- Install NASM: https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/ choose win32 or win64 folder depending on your architecture and download then launch the installer.
- Install Chocolatey and run: ```choco install llvm cmake```
Expand Down
Loading