Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 8, 2011 17:59
Show Gist options
  • Save springmeyer/1132307 to your computer and use it in GitHub Desktop.
Save springmeyer/1132307 to your computer and use it in GitHub Desktop.
test osx universal (32bit + 64bit) node.js executable
# if you have a mac running osx >= 10.6 with an "intel core duo"
# 32 bit processor as per http://support.apple.com/kb/ht3696
# could you run this test and comment here if it works?
curl -o node-universal.tar.bz2 http://tilemill-osx.s3.amazonaws.com/node-universal.tar.bz2
tar xvf node-universal.tar.bz2
./node-universal # you should see a prompt like > and no errors.
# try some math:
> 2+2
4
@Vizzuality
Copy link

2.66 Ghz Intel Core 2 Duo. Mac OS X 10.7 WORKS

@springmeyer
Copy link
Author

@Vizzuality - thanks! But, "intel Core 2 Duo" != "intel Core Duo". The 2 makes it 64 bit, while the lacking 2 indicates default 32 bit. Any "intel Core Duo"'s around? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment