forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
sh1mmer edited this page Jan 27, 2011
·
161 revisions
#Step 1 - Pick Your Platform
Node runs on UNIX platforms on and on Windows using Cygwin
#Step 2a - Building on Unix
#Step 2b - Building on Windows
There are two ways of building Node. One is over the Cygwin emulation layer the other is using MinGW (GNU toolchain for windows). See the "Cygwin":https://github.com/ry/node/wiki/Building-node.js-on-Cygwin-%28Windows%29 and "MinGW":https://github.com/ry/node/wiki/Building-node.js-on-mingw pages.
Neither builds are satisfactorily stable but it is possible to get something running.