Skip to content

Instantly share code, notes, and snippets.

@SinisterLight
Last active December 17, 2015 02:29
Show Gist options
  • Save SinisterLight/5536092 to your computer and use it in GitHub Desktop.
Save SinisterLight/5536092 to your computer and use it in GitHub Desktop.
yum install openssl-devel
yum install gcc-c++
cd /usr/local/src
wget http://nodejs.org/dist/node-latest.tar.gz
tar zxvf node-latest.tar.gz
cd node-v0.10.5
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment