diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 5f6e1cd9..dd59adb6 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -56,7 +56,7 @@ Next: **[Try it out!](#try-it)** You may see improved VNC responsiveness when accessing a codespace from VS Code client since you can use a [VNC Viewer][def]. Here's how to do it. -1. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the the [GitHub Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). +1. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the [GitHub Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces). > **Note:** The GitHub Codespaces extension requires the Visual Studio Code distribution of Code - OSS. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 901b6bc0..4b27e119 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,17 +51,18 @@ If you're using a Mac, make sure you have Python and XCode installed (you probab If you're using a Windows computer, first get [Visual Studio 2022](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community) (recommended) or [VS Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools) (not recommended). If you already have both, you might need to run the next few steps on both of them. -Find the box for Visual Studio 2022 (or VS Build Tools) and click Install/Modify. +Open the installer for Visual Studio 2022 (or VS Build Tools). This is often automatic. -Under Workloads, select "Desktop development with C++" and "Node.js build tools". - -Under Individual components, select every item under: +Go to the "Workloads" tab and select: +- `Desktop development with C++` +- `Node.js build tools` +Go to the "Individual Components" tab and select: - `MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)`, - `C++ ATL for latest build tools with Spectre Mitigations`, - `C++ MFC for latest build tools with Spectre Mitigations`. -Finally, click Install/Modify. +Finally, click Install. ### c. Build Prerequisites - Linux @@ -69,7 +70,7 @@ We haven't created prerequisite steps for building on Linux yet, but you can fol ### Build instructions -Before building Void, please follow the prerequisite steps above for your operating system. Also make sure you've already built the Void extension (or just run `cd ./extensions/void && npm install && npm run build && npm run compile && cd ../..`). +Before building Void, please follow the prerequisite steps above for your operating system. Also, make sure you've already built and compiled the Void extension (or just run `cd ./extensions/void && npm install && npm run build && npm run compile && cd ../..`). To build Void, first open `void/` in VSCode. Then: