Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created February 25, 2016 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusion809/c674a7d1115b6b744cf6 to your computer and use it in GitHub Desktop.
Save fusion809/c674a7d1115b6b744cf6 to your computer and use it in GitHub Desktop.
ver=5.6.0
wget -cqO- http://nodejs.org/dist/v$ver/node-v$ver.tar.xz | tar -xJ
cd node-v$ver
./configure --prefix=/usr
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment