Created
September 30, 2014 09:37
-
-
Save Coornail/754aae1dbca2affbc449 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
# Install node and packages. | |
cd /tmp/ | |
git clone https://github.com/joyent/node.git --depth=100 | |
cd node | |
git checkout v0.10.28 | |
./configure | |
make -j2 | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment