Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Building node.js on cygwin (windows)

oktal3700 edited this page Jun 27, 2013 · 4 revisions

Cygwin is no longer supported, despite being POSIX compliant. The latest version that compiles is 0.4.12.

wget http://nodejs.org/dist/node-v0.4.12.tar.gz
tar xvfz node-v0.4.12.tar.gz
cd node-v0.4.12/
./configure
make
make install

Source: http://stackoverflow.com/a/10114528/148844

Update: some people have had success building Node.js 0.10 on MinGW+MSYS. Source: http://opensourcepack.blogspot.co.uk/2013/06/nodejs-with-posix-path-support.html

Clone this wiki locally