Installing DarwinBuild from Source
Darwin 10 (SnowLeopard)
- cd /tmp
- svn co http://svn.macosforge.org/repository/darwinbuild/trunk/ darwinbuild
- cd darwinbuild
- sudo xcodebuild install DSTROOT=/
Darwin 9 (Leopard)
- cd /tmp
- svn co http://svn.macosforge.org/repository/darwinbuild/releases/Darwin9/ darwinbuild
- cd darwinbuild
- make
- sudo make install
Darwin 8 (Tiger)
- cd /tmp
- svn co http://svn.macosforge.org/repository/darwinbuild/releases/Darwin8/ darwinbuild
- cd darwinbuild
- make
- 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)
- If you already have the sqlite3 and openssl ports installed, make sure they are installed with the universal variant.
- port install darwinbuild +universal
Darwin 8 & 9
- 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.
