Skip to content

Building node.js on mingw

ry edited this page Jan 24, 2011 · 24 revisions

The latests versions of Node (v0.3.6 and better) can be built with mingw:

./configure --without-ssl
make
Clone this wiki locally