sshivaji / kivy-chess

Chess Application using Kivy.
43 stars 15 forks source link

build instructions need updating #4

Open pkappler opened 10 years ago

pkappler commented 10 years ago

Build instructions should mention running 'sudo pip install -r requirements.txt' to install spur, pyserial, boto, etc.

Also, I couldn't build pyfish: misc.cpp:20:10: fatal error: 'Python.h' file not found

sshivaji commented 10 years ago

Thanks, I assumed that only a few people are using it at this point :)

For your error, you need to install python-dev (which should contain the header). The libchess stuff is complicated, needing to install boost etc. Will update the instructions soon (I have it written down).

Shiv

On Sat, Sep 13, 2014 at 1:10 PM, Peter Kappler notifications@github.com wrote:

Build instructions should mention running 'sudo pip install -r requirements.txt' to install spur, pyserial, boto, etc.

Also, I wasn't able to build pyfish:

misc.cpp:20:10: fatal error: 'Python.h' file not found

include

^

— Reply to this email directly or view it on GitHub https://github.com/sshivaji/kivy-chess/issues/4.