30 lines
428 B
Markdown
30 lines
428 B
Markdown
## Installation
|
|
|
|
### Dependencies
|
|
|
|
You will need these things to build libboard.so (which pygo needs):
|
|
|
|
* gcc
|
|
|
|
|
|
You will need the following to run pygo:
|
|
|
|
* pygame
|
|
* SDL_ttf
|
|
|
|
|
|
### 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
|