NUTRITIONAL FACTS
-----------------

ACTIVE INGREDIENTS
    # apt-get install git-core python python-qt4

Python 2.4 or newer
    ~ http://python.org/

PyQt 4.3 or newer
    ~ http://www.riverbankcomputing.co.uk/software/pyqt/download


ADDITIVES
    # apt-get install python-pyinotify

pyinotify >= 0.7.1 enables inotify support on Linux
    ~ http://pyinotify.sourceforge.net/


BREWING INSTRUCTIONS
    # apt-get install pyqt4-dev-tools

Normally you can just do "make install" to install git-cola
in your $HOME directory ($HOME/bin, $HOME/lib, etc).
If you want to do a global install you can do

    # make prefix=/usr install

The "install" target will by default include copies of
simplejson and jsonpickle.  If your system already has these
modules installed then you can specify standalone=true when running "make":

    $ make prefix=/usr standalone=true install


You don't need to install cola to run it.
git-cola is designed to run directly out of its source tree.

    $ make
    $ bin/git-cola


NOW AVAILABLE TO RESIDENTS OF REDMOND, WA
    # the only cola made with real sugar, not high fructose corn syrup

Download the latest stable Git, Python 2.6, and Py26-PyQt4 installers
    http://code.google.com/p/msysgit/
    http://python.org/download/
    http://www.riverbankcomputing.co.uk/software/pyqt/download

Download the latest Cola-[version].exe installer
    http://cola.tuxfamily.org/releases/win32/

Once it's installed you can run it from the Start menu or
from a Git Bash by typing 'cola'.

If you're developing cola on Windows you can run cola out of its source
tree by using the 'win32/cola' shell script.

    $ /c/Python26/python setup.py build
    $ win32/cola

Note: win32/cola assumes you've installed Python in /c/Python26 or /c/Python25.
Adjust accordingly.  You can also add python to your path and simply bin/git-cola.


ABOUT THE VARIOUS COLA FLAVORS

A cola-*-src tarball does not include any generated files.
It is purely a "source" release and includes everything needed
to "make install".  It is basically an export of git-cola.git.
Binary packages are available for Mac OSX and Windows.

~ http://cola.tuxfamily.org/downloads.html
