Is there away to compile node.js in eclipse + mingw on windows?

im new to node.js . currently i develop all my stuff ( c++/web/java ) on one IDE eclipse i want to start to develop with node.js . from looking on the web i didn't found any strict answer but can i compile node.js in eclipse cdt on windows ?
Thanks

It is possible to build/compile Node.js on Windows following this guide.

However, as it has been already mentioned here, Node.js is already available on Windows. You can just install it.

Installing it would most likely be the least painful way to go.