gpt4 book ai didi

windows - 如何在 Windows 上使用 --harmony 标志构建 Node.js

转载 作者:太空宇宙 更新时间:2023-11-04 02:31:14 24 4
gpt4 key购买 nike

我想从启用了 --harmony 标志的源代码在 Windows 上构建 0.11.x 版本的 node.js。有时它非常有用,例如在测试中。

如何在构建过程中配置 v8 选项?我使用此命令构建:

vcbuild.bat nosign release x64

最佳答案

 - Install python
- Install Visual Studio (Desktop Express is ok)
- For MSI
- Install WIX (3.8 is ok) https://wix.codeplex.com/releases/view/115492
- Install .NET 3.5

在 check out node.js 0.11.x的文件夹中运行:

- python configure --dest-cpu=x64 --v8-options=--harmony
- .\vcbuild.bat release nosign x64 noprojgen msi
- run msi package from Release folder

关于windows - 如何在 Windows 上使用 --harmony 标志构建 Node.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26552543/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com