Created
August 21, 2015 17:42
-
-
Save Ekt0s/caea24ebbd6699e2c4d8 to your computer and use it in GitHub Desktop.
Install nodejs from source on Ubuntu
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
# Make sure that you have those programs on your ubuntu | |
sudo apt-get install g++ curl libssl-dev apache2-utils | |
sudo apt-get install git-core | |
# Clone the repos from https://github.com/joyent/node | |
git clone git://github.com/ry/node.git | |
cd node | |
./configure | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment