mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Merge branch 'main' into actual-editor-insets
This commit is contained in:
commit
fcc8de807f
2 changed files with 8 additions and 7 deletions
|
|
@ -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.
|
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.
|
> **Note:** The GitHub Codespaces extension requires the Visual Studio Code distribution of Code - OSS.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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".
|
Go to the "Workloads" tab and select:
|
||||||
|
- `Desktop development with C++`
|
||||||
Under Individual components, select every item under:
|
- `Node.js build tools`
|
||||||
|
|
||||||
|
Go to the "Individual Components" tab and select:
|
||||||
- `MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)`,
|
- `MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)`,
|
||||||
- `C++ ATL for latest build tools with Spectre Mitigations`,
|
- `C++ ATL for latest build tools with Spectre Mitigations`,
|
||||||
- `C++ MFC 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
|
### 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
|
### 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:
|
To build Void, first open `void/` in VSCode. Then:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue