Menu

HowToBuild

Mark Heily

To build libdispatch, follow these steps:

  1. Install clang
  2. Build and install libBlocksRuntime
  3. Build and install libkqueue
  4. Build and install libpthread_workqueue
  5. Unpack the libdispatch tarball from here
  6. Apply necessary patches from here
  7. CC=clang ./configure
  8. make
  9. make install

Related

Wiki: Home