Is there any way to compile node.js in eclipse + mingw on windows?
im new for node.js. I am currently developing all my stuff (c ++ / web / java) in one eclipse IDE I want to start developing with node.js. from searching on the internet i didn't find a strict answer but can i compile node.js in eclipse cdt on windows?
thank
+3
user63898
source
to share
1 answer
It is possible to build / compile Node.js on Windows following this tutorial .
However, as mentioned here, Node.js is already available on Windows. You can just install it .
Installing it is likely to be the least painful way.
+1
alebelcor
source
to share