Skip to content

Instantly share code, notes, and snippets.

@j4jagat
Created January 6, 2012 10:26
Show Gist options
  • Save j4jagat/1570012 to your computer and use it in GitHub Desktop.
Save j4jagat/1570012 to your computer and use it in GitHub Desktop.
Install JavaScript runtime environment in your systems by using following steps. this is best way to sole
wget http://nodejs.org/dist/node-v0.1.31.tar.gz
tar xfv node-v0.1.31.tar.gz
cd node-v0.1.31
./configure
make
make install
Thanks,
Jagat Singh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment