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

Document how to develop under Windows 11 #137654

Closed
dbaeumer opened this issue Nov 22, 2021 · 5 comments
Closed

Document how to develop under Windows 11 #137654

dbaeumer opened this issue Nov 22, 2021 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@dbaeumer
Copy link
Member

No description provided.

@dbaeumer
Copy link
Member Author

dbaeumer commented Dec 1, 2021

Wiki is updated and a script to simplify builds under Windows is deployed.

@dbaeumer dbaeumer closed this as completed Dec 1, 2021
@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Dec 1, 2021
@rzhao271 rzhao271 added the verification-needed Verification of issue is requested label Dec 3, 2021
@JacksonKearl JacksonKearl added the verified Verification succeeded label Dec 3, 2021
@JacksonKearl
Copy link
Contributor

JacksonKearl commented Dec 4, 2021

Got it working based on the wiki with a few modifications:

Instead of npm config set msvs_version 2019 I had to use npm config set msvs_version 2017.

also I needed to change the build scripts to --max-old-space-size=8096 from 4095, using 4095 threw out of memory errors instantly.

@dbaeumer
Copy link
Member Author

dbaeumer commented Dec 6, 2021

@JacksonKearl did you install the 2019 version of the Visual Studio build tools?

And which error did you receive when using npm config set msvs_version 2019

@JacksonKearl
Copy link
Contributor

JacksonKearl commented Dec 6, 2021

I'm unable to get back into the broken state, but I found that while I did have the VS 2019 build tools installed, the "Desktop Development with C++" was not checked, so that's probably the source of the issue.

It's a 7GB download so I'll wait until I'm broken before putting it on my VM.

@dbaeumer
Copy link
Member Author

dbaeumer commented Dec 7, 2021

@JacksonKearl makes sense. And thanks for getting back.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants