forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Notes
mmichelli edited this page Aug 6, 2010
·
4 revisions
You may encounter the following issues when trying to build or test Node.js
Solution:
$ nano ~/.profile
PATH="/usr/sbin/:$PATH"
$ source ~/.profile
Download and install MacGPG from macgpg.sourceforge.net
Install libexecinfo (devel/libexecinfo).
Quick and easy:
sudo apt-get libc6-dev-i386 lib32stdc++6
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.