Skip to content

Instantly share code, notes, and snippets.

@cyberalexca
Created June 13, 2012 19:17
Show Gist options
  • Save cyberalexca/2925891 to your computer and use it in GitHub Desktop.
Save cyberalexca/2925891 to your computer and use it in GitHub Desktop.
Node.j sfrom sources
#!/usr/bin/env bash
apt-get update
apt-get install git-core curl build-essential openssl libssl-dev
git clone https://github.com/joyent/node.git
cd node
git checkout v0.7.10
./configure
make
make install
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment