qtutils: Do not re-translate strings
[git-cola.git] / darwin / README
blobfb5faa0b9fa04f680d5580ec362587b2f456a657
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:
10         $ make 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.
17         $ cola=$PWD
18         $ make
19         $ cd $there
20         $ $cola/bin/git-cola