views:

3602

answers:

4

Hay Guys.

I've done a clear reinstall of OS X leopard. So there's nothing on my system at all.

I've installed xcode and im ready to install rails.

However, my system is a macbook (macbook2,1), and apparently it doesnt support support 64bit by default, apple is going to add this at a later date.

How would i go about installing rails? Do i go about it the normal way?

How about MySQL do i ned the 64 bit binary?

+2  A: 

Most of the time (maybe always, I'm not really sure) you can run binaries compiled for 32 bit even if your system is 64 bit. They just won't have any benefits of 64 bit (either storing bigger things or processing stuff faster).

If your macbook is a recent one it has 64 bit support (Core 2 Duo processor), if it is an older version (Core Duo) it is 32 bit. You can determine the processor type by checking 'About this Mac' in the Apple menu.

Simon Groenewolt
my Macbook is the latest plastic ones (MacBook2,1) 2GHZ Core 2 Duo. Would you recomend installing the 64bit binaries or the 32 bit ones?
dotty
Try the 64 bit ones, but if they are not available you should be able to use the 32 bit version.
Simon Groenewolt
I have one of the 2007 White Macbooks and the 64bit binaries work pretty well (as well as the gems)
Yaraher
+1  A: 

Your MacBook does support 64bit, but it cannot boot in 64bit mode. You should be able to install 64bit binary packages just fine.

Kitto
+1  A: 

You should definitely install the 64-bit binory packages such as mysql.

allesklar
+1  A: 

You can certainly install the 64-bit packages. They will be able to access the memory space and every advantage of running with 64bits. The only thing that won't boot in 64bit is the Kernel, but it's not something to be worrying about for the moment.

Check out the Hivelogic's guide for installing MySQL, Rails and Ruby on Snow Leopard:

MySQL Git Ruby, Rails

Yaraher