Skip to content

Instantly share code, notes, and snippets.

@Phara0h
Created October 20, 2016 16:40
Show Gist options
  • Save Phara0h/078d7495b362b63c25c8bc6158c89dc6 to your computer and use it in GitHub Desktop.
Save Phara0h/078d7495b362b63c25c8bc6158c89dc6 to your computer and use it in GitHub Desktop.
tcz node 6
cd ~
tce-load -iw python-dev compiletc
wget https://nodejs.org/dist/v6.9.1/node-v6.9.1.tar.gz
tar -zvxf node-v6.9.1.tar.gz
cd node-v6.9.1
export NODE_PARENT=${HOME}/node-v6.9.1
export PATH=${NODE_PARENT}/bin:${PATH}
export NODE_PATH=${NODE_PARENT}/lib/node_modules
./configure --prefix=${NODE_PARENT}
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment