File: INSTALL

package info (click to toggle)
pychess 0.10~beta3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,748 kB
  • ctags: 3,006
  • sloc: python: 20,001; makefile: 13; sh: 6
file content (29 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PyChess does not have to be compiled/installed to run.

To run: Excute the following in this directory:
$ PYTHONPATH=lib/ ./pychess

To install to disk: Run following as root
# python setup.py install

To see other install options/formats:
$ python setup.py --help-commands

To run the pychess engine in text based mode
$ PYTHONPATH=lib/ python lib/pychess/Players/PyChess.py

To run unit tests for pychess:
cd testing
$ PYTHONPATH=lib/ python run_tests.py

-------------
Dependencies:
pygtk
pygobject
pycairo
pysqlite (for Python < 2.5)
gnome-python-desktop
gnome-icon-theme
gst-python (OPTIONAL for sound)
gmpy (OPTIONAL for stronger play)
psyco (OPTIONAL for stronger play)