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

Quick and easy installation

Bert Belder edited this page Jul 22, 2012 · 9 revisions

Max OS X

Install homebrew then:

brew install node.js  

or get your mac up to speed with cider.

Ubuntu 9.04

sudo apt-get install build-essential libc6-dev-i386 lib32stdc++6 git-core
sudo ln -s /usr/lib32/libstdc++.so.6 /usr/lib32/libstdc++.so
git clone git://github.com/ry/node.git
cd node
./configure 
make
sudo make install  

thanks Travis Swicegood.

Install from packages

RPM and DEB packages for Node.js.

Clone this wiki locally