Created
August 23, 2013 15:05
-
-
Save kscottz/6320382 to your computer and use it in GitHub Desktop.
Installing pygame on a beagle bone black running Ubuntu 13.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install libsdl-net1.2-dev libsdl-mixer1.2-dev libsmpeg-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-pango-dev | |
sudo apt-get install libv4l-dev | |
sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h | |
wget http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz | |
tar -xvf pygame-1.9.1release.tar.gz | |
cd pygame-1.9.1release | |
sudo python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment