2012-04-08 05:06:10 +00:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Dependencies
|
|
|
|
|
2012-04-12 20:43:57 +00:00
|
|
|
You will need these things to build libboard.so (which pygo needs):
|
2012-04-08 05:06:10 +00:00
|
|
|
|
2012-04-12 20:43:57 +00:00
|
|
|
* gcc
|
|
|
|
|
|
|
|
|
|
|
|
You will need the following to run pygo:
|
|
|
|
|
|
|
|
* pygame
|
|
|
|
* SDL_ttf
|
2012-04-13 01:19:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
pygo is currently designed to be run in-place. The only 'installation' we need is to run:
|
|
|
|
|
|
|
|
./so_compile
|
|
|
|
|
|
|
|
to build the needed C libraries (from gnugo/).
|
|
|
|
|
|
|
|
|
|
|
|
### Running the program
|
|
|
|
|
|
|
|
To run the program, use the wrapper script:
|
|
|
|
|
|
|
|
./pygo
|