-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
baby636/node
#59Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Description
- Version: All
- Platform: Windows
- Subsystem: build
Up till now we have been using two mechanism to build node, on windows vcbuild.bat that triggers configure and then msbuild. And on all other platforms a direct call to configure and then an explicit call to make. Having two mechanisms, leads to divergence, as often bugs-fixes/improvements are done on one and not the other. I wish we could eliminate this disparity by using a tool that works on both platforms.
A few proposed solutions:
- build using
ninjaaschromiumandV8does (generate.ninjafiles withGYP) - build using
cmakewhich is now MSVS supported (generateCMakeLists.txtfiles withGYP) - investigation build with
makeon Windows
gengjiawen and yegorich
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.