Skip to content

Instantly share code, notes, and snippets.

@Ekt0s
Created August 21, 2015 17:42
Show Gist options
  • Save Ekt0s/caea24ebbd6699e2c4d8 to your computer and use it in GitHub Desktop.
Save Ekt0s/caea24ebbd6699e2c4d8 to your computer and use it in GitHub Desktop.
Install nodejs from source on Ubuntu
# 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