Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to build the binary same as uploaded-v2.6-node-v10.17.0-win-64 #998
Comments
|
short answer: download and unzip this and build from it: long answer:
hope this helps! |
|
thank you for your response. is the following build command right? |
that I don't know, from the source perspective, they should be the same I think they (Node.js release team) builds with just |
|
thanks |
Hi,
Thank you for this great project.
I need to build the binary based on Node js 10.17.0 from scratch on Windows 64.
Actually, I want to build and get the result the same as uploaded-v2.6-node-v10.17.0-win-64 from the source.
But the result was different from the uploaded-v2.6-node-v10.17.0-win-64.
They are different in raw size.
What I tried
1 Install pkg-fetch 2.6.4
2 install Python 2.7.17
3 install NASM 2.13
4 install Visual Studio 2017 Community
5 manually get Node js 10.17.0 source (I used the source cloned by pkg-fetch 2.6.4 's build step )
6 manually apply patch : node.v10.17.0.cpp.patch from pkg-fetch 2.6.4 source.
7 build
I used the same command as pkg-fetch 2.6.4 for the build.
“cmd /c vcbuild.bat x64 noetw nosign noperfctr”