Skip to content

Instantly share code, notes, and snippets.

@sergixnet
Created December 29, 2013 13:03
Show Gist options
  • Save sergixnet/8170306 to your computer and use it in GitHub Desktop.
Save sergixnet/8170306 to your computer and use it in GitHub Desktop.
Nodejs instalakuntza Raspberry pi batean, Raspbian sistema eragilearekin
apt-get install python g++ make
mkdir ~/nodejs && cd $_
wget -N http://nodejs.org/dist/node-latest.tar.gz
tar xzvf node-latest.tar.gz && cd `ls -rd node-v*`
./configure
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment