= Building QtD on OS X 10.6 = QtD should work fine with the standard binary version of Qt 4.7 (which is distributed in OS X frameworks, previously »no framework« builds were needed for Qt). So, you just need: * [http://www.digitalmars.com/d/2.0/changelog.html DMD 2] (tested: 2.051) * a binary package of [http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x Qt 4] (only the Cocoa version has been tested) * [http://www.cmake.org/ cmake >= 2.6] Build procedure: {{{ hg clone http://hg.dsource.org/projects/qtd cd qtd mkdir build_dir cd build_dir cmake ../ # You might need to specify »-DCMAKE_CXX_FLAGS="-m32"« as long as DMD is 32bit-only make sudo make install }}} Ignore any warnings from the generator.