Created
August 8, 2011 17:59
-
-
Save springmeyer/1132307 to your computer and use it in GitHub Desktop.
test osx universal (32bit + 64bit) node.js executable
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
# 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 - 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
2.66 Ghz Intel Core 2 Duo. Mac OS X 10.7 WORKS