node-raylib icon indicating copy to clipboard operation
node-raylib copied to clipboard

Build fails on windows 64 bit

Open Ifelsethendo opened this issue 2 years ago • 3 comments

npm ERR! code 1 npm ERR! path C:\cygwin64\myexample\node_modules\raylib npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c cmake-js compile npm ERR! [ npm ERR! 'C:\Program Files\nodejs\node.exe', npm ERR! 'C:\cygwin64\myexample\node_modules\cmake-js\bin\cmake-js', npm ERR! 'compile' npm ERR! ] npm ERR! ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio. npm ERR! ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio.


I have 30 gigabytes of Visual Studio and C++ tools installed...

Ifelsethendo avatar Nov 18 '21 07:11 Ifelsethendo

Is this still borked? There's a new thing in here to try downloading the latest builds from releases.

RobLoach avatar May 11 '22 20:05 RobLoach

I don't have a windows box around to test, but this should be resolved.

konsumer avatar May 11 '22 20:05 konsumer

the new prebuilt files should help most windows users. but it would still be helpful probably to double check we have the right documentation for people who want to build manually. if i remember right, to manually build on windows MSVC2019 is needed + cmake. it'd probably be most helpful to have direct links to the pages to get them for windows in the contributing section of the readme

twuky avatar May 11 '22 22:05 twuky