Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Last active December 17, 2015 02:49
Show Gist options
  • Select an option

  • Save HusseinMorsy/5538550 to your computer and use it in GitHub Desktop.

Select an option

Save HusseinMorsy/5538550 to your computer and use it in GitHub Desktop.
Install node on Raspbian wheezy

Install node on Raspbian wheezy

See on http://nodejs.org/ for the latest node version (e.g. v0.10.5)

  1. sudo apt-get install git-core
  2. cd ~
  3. mkdir tmp
  4. git clone https://github.com/joyent/node.git
  5. cd node
  6. git checkout v0.10.5 -b v0.10.5
  7. ./configure && make
  8. drink tee or coffee for 1-2 hours
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment