Skip to content

Instantly share code, notes, and snippets.

@codebycliff
Created March 30, 2012 20:08
Show Gist options
  • Save codebycliff/2254574 to your computer and use it in GitHub Desktop.
Save codebycliff/2254574 to your computer and use it in GitHub Desktop.
tar xzvf node-v0.4.2.tar.gz
cd node-v0.4.2
export PATH=/Developer/usr/bin:$PATH
ISYSROOT="-isysroot /Developer/SDKs/MacOSX10.5.sdk"
export LINKFLAGS=$ISYSROOT CXXFLAGS=$ISYSROOT CFLAGS=$ISYSROOT
./configure --prefix=$HOME --without-ssl
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment