Projects
Wiki     New Ticket     View Tickets     Timeline     Browse Source     Search

Installing DarwinBuild from Source

Darwin 10 (SnowLeopard)

  1. cd /tmp
  2. svn co  http://svn.macosforge.org/repository/darwinbuild/trunk/ darwinbuild
  3. cd darwinbuild
  4. sudo xcodebuild install DSTROOT=/

Darwin 9 (Leopard)

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

Darwin 8 (Tiger)

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

Installing via MacPorts

If you already use  MacPorts for other software, you might find it easier to install DarwinBuild from there.

Darwin 10 (SnowLeopard)

  1. If you already have the sqlite3 and openssl ports installed, make sure they are installed with the universal variant.
  2. port install darwinbuild +universal

Darwin 8 & 9

  1. port install darwinbuild-legacy

Upgrading

If you had the darwinbuild port installed on Darwin 8 or 9, then port upgrade darwinbuild should trigger the replacement process to give you darwinbuild-legacy.