1 To build Mac OSX installers you need to setup your build environment
2 first. MacPorts can be used for this.
4 The macports-setup-dev-env.sh script sets up your build environment.
5 It'll take a long time to run.
7 Once it's complete, running this from the command-prompt
8 generates git-cola.app:
13 If you're using macports then you'll have to add
14 /opt/local/Library/Frameworks/Python.Framework/Versions/Current/bin
15 to your $PATH so that you can build and run cola from its source tree.