Last active
December 17, 2015 02:29
-
-
Save SinisterLight/5536092 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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