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:
- cd /tmp
- svn co http://svn.macosforge.org/repository/darwinbuild/trunk/ darwinbuild
- cd darwinbuild
- make
- sudo make install
Thats it.
