Installing Tic Tac Toe
==================

  Requirements
  ------------

	Please note that the version numbers listed below only reflect my test
	environment. Tic Tac Toe is known to work with those specific versions, but
	will probably work fine on most current desktop distributions.

    * python (2.5)
    * python-cairo (1.8.6)
    * python-dbus (0.83)
    * python-distutils-extra (2.9)
    * python-gobject (2.18.0)
    * python-gtk2 (2.10.4)
    * python-telepathy (0.15.10)
    * python-xdg (0.15.1)

  Installation
  ------------

	Tic tac toe uses Python's distutils framework for installation. In order to
	install Tic tac toe, you will need root access. To install Tic tac toe, perform
	the following command as root:

      $ ./setup.py install

  Run Tic tac toe
  -----------

	If you installed Tic tac toe using the setup.py script, you can launch the
	program by typing "tictactoe" at the command line. If you want to run
	Tic tac toe without installing it, start "bin/tictactoe" from within the
	Tic tac toe directory.
