iCoreTech Research Labs Just a placeholder

25Aug/090

Install Git from source on Snow Leopard 64 bit

There are many methods to get git running on Snow Leopard, this is the source approach.

Go to http://git-scm.com/ and download the latest package (1.6.4.3 as of writing).

Decompress it in a directory, and run this command:

make prefix=/usr/local all
kain-osx:git-1.6.4.3 kain$ lipo -detailed_info git
input file git is not a fat file
Non-fat file: git is architecture: x86_64

seems good, issue:

sudo make prefix=/usr/local install

to install.

test:

kain-osx:~ kain$ git --version
git version 1.6.4.3
kain-osx:~ kain$ which git
/usr/local/bin/git

Of course be sure that /usr/local/bin is in your $PATH.

Related posts:

  1. How to install pg (postgresql) gem on Snow Leopard, 64 bit
  2. How to install Sphinx search engine in Snow Leopard, x86 and x86_64
  3. Install MySQL and MySQL Ruby gem on Snow Leopard, 64 bit
  4. Install Passenger (mod_rails) in Snow Leopard 64 bit
  5. Installing Cappuccino from source

Comments (0) Trackbacks (1)

Leave a comment


Additional comments powered by BackType