Skip to content

Instantly share code, notes, and snippets.

@gvangool
Created August 11, 2014 14:07
Show Gist options
  • Save gvangool/790007e0f1b0a7f92f38 to your computer and use it in GitHub Desktop.
Save gvangool/790007e0f1b0a7f92f38 to your computer and use it in GitHub Desktop.
node.js on CentOS 6
yum install gcc-c++ -y
cd /usr/src
wget http://nodejs.org/dist/v0.10.2/node-v0.10.2.tar.gz
tar xf node-v0.10.2.tar.gz
cd node-v0.10.2
./configure && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment