Installing PostgreSQL 8.3
First, you’ll need to install Xcode if you haven’t already. This is available on the Snow Leopard DVD in the Optional Installs directory.
Second, if you aren’t already using it, download Mac Ports for Snow Leopard and install it. Mac Ports has come a long way in the last few years and will make [...]
Posts Tagged ‘mac’
Installing PostgreSQL on Snow Leopard 10.6
February 15th, 2010
1 Comment
Install Git on MAC Tiger (10.4.11)
April 14th, 2009
No Comments
I downloaded and compiled the latest Git version, 1.6.2.3 like so:
curl -O http://kernel.org/pub/software/scm/git/git-1.6.2.3.tar.gz
tar jxvf git-1.6.2.3.tar.gz
cd git-1.6.2.3
make prefix=/usr/local all
make prefix=/usr/local test && echo $?
sudo make prefix=/usr/local install
When the compile was done, it gave me output like this:
!! You have installed git-* commands to new gitexecdir.
!! Old version git-* commands still remain in bindir.
!! Mixing two versions [...]

