Downloading sources & compiling [kju:]

prerequesites

  • Mac OS X > 10.3 (Panther or Tiger) [Leopard not tested yet]
  • Subversion Client (OS X Installer packages: http://www.codingmonkeys.de/mbo/)
  • XCode Developer Tools
  • running internet connection

prepare the sources (downloading/updating)

  1. download the file prepare.sh from the sources
  2. put it into a new folder
  3. open the terminal
  4. cd to your new folder
  5. type "chmod u+x prepare.sh"
  6. type "./prepare.sh" (this will download/update all necessary sources and prepare the folder layout)
  7. cd into "q"
  8. type "chmod u+x *.sh"

build [kju:]

  1. type "./build_i386.sh" or "./build_ppc.sh" depending on the plattform you are on.

You'll find the Q.app inside the folder "products".