forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 1
Quick and easy installation
raycohen edited this page Nov 30, 2011
·
8 revisions
Install homebrew then:
brew install node.js
or get your mac up to speed with cider.
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.
RPM and DEB packages for Node.js.
See the install guide here: http://wiki.github.com/ry/node/building-node-on-windowscygwin.