Added some framework for building the C libraries we need and running the program with the needed libraries available

This commit is contained in:
2012-04-12 21:19:19 -04:00
parent 353d16994b
commit c17ed205d7
6 changed files with 49 additions and 3 deletions

View File

@ -11,3 +11,19 @@ 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