doc: updated building docs for windows#49767
Merged
nodejs-github-bot merged 5 commits intonodejs:mainfrom Oct 1, 2023
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
@nodejs/platform-windows @nodejs/build |
JakobJingleheimer
approved these changes
Sep 22, 2023
lpinca
approved these changes
Sep 23, 2023
RafaelGSS
reviewed
Sep 24, 2023
richardlau
approved these changes
Sep 25, 2023
Member
FYI @nodejs/platform-windows-arm Do these changes look good to you? |
RafaelGSS
approved these changes
Sep 26, 2023
targos
reviewed
Sep 26, 2023
Member
targos
left a comment
There was a problem hiding this comment.
Suggestions based on https://github.com/nodejs/node/pull/49051/files
Co-authored-by: Michaël Zasso <targos@protonmail.com>
aymen94
approved these changes
Sep 29, 2023
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
775caf0 to
524159a
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Can someone reapprove the PR? Apparently node land is failing due last commit not having an approval |
MoLow
approved these changes
Oct 1, 2023
Collaborator
|
Landed in 47b2883 |
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
PR-URL: nodejs#49767 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
targos
pushed a commit
that referenced
this pull request
Nov 11, 2023
PR-URL: #49767 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
debadree25
pushed a commit
to debadree25/node
that referenced
this pull request
Apr 15, 2024
PR-URL: nodejs#49767 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Windows Building Instructions and the Boxstarter Automated Installation Script due to the following:
vcbuild.batwill require Python3 to be installed, but on Windows, if Python 2 is installed, it will take precedence over the$PATH; also, Python2 is not needed for Node.js builds anymore.