Skip to content

Instantly share code, notes, and snippets.

@kscottz
Created August 23, 2013 15:05
Show Gist options
  • Save kscottz/6320382 to your computer and use it in GitHub Desktop.
Save kscottz/6320382 to your computer and use it in GitHub Desktop.
Installing pygame on a beagle bone black running Ubuntu 13.04
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