Created
March 30, 2012 20:08
-
-
Save codebycliff/2254574 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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