kivy-chess icon indicating copy to clipboard operation
kivy-chess copied to clipboard

build instructions need updating

Open pkappler opened this issue 10 years ago • 1 comments

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

pkappler avatar Sep 13 '14 20:09 pkappler

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 [email protected] 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.

sshivaji avatar Sep 13 '14 20:09 sshivaji