Install git on Mac OS X 10.4

Posted on the September 22nd, 2008 under Computers, Mac by Martin

The other day I wrote about how I compiled and installed support for git on Mac OS X 10.5. I also use a laptop with Mac OS X 10.4 and thought naïvely that the same would work on Tiger. I was sorely mistaken.

Apparently git has a few dependencies which must have been met on Leopard but caused errors on Tiger. The dependencies are to the packages expat and asciidoc. To compile support for those the following can be done prior to running the installation of git.


# Install expat
wget http://switch.dl.sourceforge.net/sourceforge/expat/expat-2.0.1.tar.gz
tar -xvzf expat-2.0.1.tar.gz
cd expat-2.0.1
./configure
make
sudo make install


# Install asciidoc
wget http://www.methods.co.nz/asciidoc/asciidoc-8.2.7.tar.gz2
tar -xvzf asciidoc-8.2.7.tar.gz2
cd asciidoc-8.2.7
sudo ./install.sh

Once this is done, the installation of git should go smoothly.

7 Responses to 'Install git on Mac OS X 10.4'

  1. October 2, 2008 at 19:41
    Brett
  2. February 16, 2009 at 20:07
    Thomas J. Webb
  3. February 20, 2009 at 12:16
    Paul
  4. March 7, 2009 at 19:15
    Nathan
  5. March 10, 2009 at 04:35
    Vladimir Sanchez
  6. March 10, 2009 at 18:24
    Martin
  7. June 22, 2009 at 07:37
    Tom Plunket

Leave a Reply




XHTML::
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Security Code: