Created
October 20, 2016 16:40
-
-
Save Phara0h/078d7495b362b63c25c8bc6158c89dc6 to your computer and use it in GitHub Desktop.
tcz node 6
This file contains hidden or 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
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