These are the requirements for Raspbian
Install Stockfish
sudo apt-get install stockfishEnable i2c
sudo apt-get install python-smbussudo nano /etc/modprobe.d/raspi-blacklist.conf
comment out the line blacklist i2c-bcm2708
sudo nano /etc/modules
Add i2c-dev to the last line
sudo reboot
Information taken from raspi.tv
Wiringpi2
sudo apt-get install python-dev python-pip
sudo pip install wiringpi2
Chessboard
Used for game logic
Download from pygame
No comments:
Post a Comment