Cross-compile to iOS from OS X:
./cross-compiler-shell.sh
./configure --without-ssl --without-snapshot
make -j3
ldid -S out/Release/node
Unix/Macintosh (requires python >= 2.5.2):
./configure
make
make install
ldid -S /usr/bin/node
Windows:
vcbuild.bat
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
make doc
man doc/node.1