-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: how to use advanced features of configure
on Windows
#17331
Comments
Can I take this up? |
@lazyspark Sure! The contributing guide should be enough to help you get started. |
@lazyspark if you are not working on this.. can i take this up? @joyeecheung @refack |
Yes please. |
Hey @juggernaut451 are you still working on this? If not, I could try and take a shot if you don't have the time. Don't want this to change hands too many times but would love to take a crack at this if you don't mind. |
I was thinking about this today and had the idea of calling |
@refack yeah that should be simple enough to make that addition. |
@refack @jake32321 Can I take this up? Thanks! |
Hello @rexagod, and thanks for the offer. If you haven't already, it's recommended you take a look at CONTRIBUTING.md P.S. If you have any questions feel free to contact me directly. |
@refack Thank you for the quick response! Apologies if it takes me a while to wrap my head around this, but you may be assured, I'm working on this. Also, I'll definitely contact you if any confusion arises, and again, thank you so much for the warm welcome! 👍 |
@refack Hi! I've made some changes and submitted a PR! Can you take a look? Thanks! |
added documentation to support usage of advanced features of `configure` on Windows Fixes: nodejs#17331
Added documentation to support usage of advanced features of `configure` on Windows. PR-URL: #28069 Fixes: #17331 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Added documentation to support usage of advanced features of `configure` on Windows. PR-URL: #28069 Fixes: #17331 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Added documentation to support usage of advanced features of `configure` on Windows. PR-URL: #28069 Fixes: #17331 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
Refs: #17066
The
configure
script recognizes many CLI flags for special build formulas. Many are not represented byvcbuild
shortcuts, and need to be passed either by:python configure --XXX --YYY=PPPP
directly, followed byvcbuild noprojgen
set config_flags=--XXX --YYY=PPPP
before callingvcbuild
This should be documented.
The text was updated successfully, but these errors were encountered: