Skip to content

Instantly share code, notes, and snippets.

@No9
Created October 13, 2012 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save No9/3885662 to your computer and use it in GitHub Desktop.
Save No9/3885662 to your computer and use it in GitHub Desktop.
Checkout and build node on OpenIndiana
#!/usr/gnu/bin/sh
export CC=/usr/gnu/bin/gcc
cd ~/github/node
git reset --hard HEAD
git clean -f
git pull
#Make sure to change version
git checkout v0.8.11
./configure --with-dtrace
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment