Skip to content

Instantly share code, notes, and snippets.

@fprieur
Last active December 27, 2015 00:49
Show Gist options
  • Save fprieur/7240297 to your computer and use it in GitHub Desktop.
Save fprieur/7240297 to your computer and use it in GitHub Desktop.
Install nodejs on ubuntu

Install the dependencies:
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core

Run the following commands: 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