Created
June 13, 2012 19:17
-
-
Save cyberalexca/2925891 to your computer and use it in GitHub Desktop.
Node.j sfrom sources
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
#!/usr/bin/env bash | |
apt-get update | |
apt-get install git-core curl build-essential openssl libssl-dev | |
git clone https://github.com/joyent/node.git | |
cd node | |
git checkout v0.7.10 | |
./configure | |
make | |
make install | |
node -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment