Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Building Node.js

thlorenz edited this page Jan 3, 2015 · 2 revisions

Building version 0.12

git clone https://github.com/joyent/node && cd node
git checkout v0.12
./configure --gdb --without-snapshot --xcode
make -j8

You only need the --xcode flag in order to generate an Xcode project.

Overriding node and node_g for current Terminal

PATH=`pwd`:$PATH
Clone this wiki locally