Projects
Wiki     New Ticket     View Tickets     Timeline     Browse Source     Search

Installing DarwinBuild from Source

If you want to use DarwinBuild with Leopard and Xcode 3, you need to install from source. Here's how to do that:

  1. cd /tmp
  2. svn co http://svn.macosforge.org/repository/darwinbuild/trunk/ darwinbuild
  3. cd darwinbuild
  4. make
  5. sudo make install

Thats it.