Dec 28, 2010

How to install gcc on MaxOS X Snow Leopard with macport

You can find available version of gcc with macport like this:
sudo port search gcc
In my case gcc 4.5.1 was latest. So, I install it with this:
sudo port install gcc45
Now you can use gcc.

Dec 12, 2010

How to install Git on Mac OS X Snow Leopard

You just input on terminal like this:
$ sudo port install git-core
Please be careful. That is "git-core" not "git"