Skip to content

Instantly share code, notes, and snippets.

@guyjin
Created March 14, 2013 15:50
Show Gist options
  • Save guyjin/5162507 to your computer and use it in GitHub Desktop.
Save guyjin/5162507 to your computer and use it in GitHub Desktop.
Installing Node.js on a CentOS based vagrant vm - ( Python 2.6+ is required as well. I think) :)
sudo yum install gcc-c++ make git
cd /usr/local/src/
sudo git clone git://github.com/joyent/node.git
cd node
sudo ./configure
sudo make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment