I am relatively new to linux and am trying to install the pygame dev environment for python. When I run the setup.py it says that I need to install the following dependencie
Mine is Fedora-20, and I found this worked:
sudo yum install python-opengl
sudo yum install python-devel SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL-devel smpeg-devel numpy subversion portmidi-devel
Downloaded the smpeg from the website:
http://freecode.com/projects/smpeg
and did a local install:
sudo yum localinstall smpeg-0.4.5-2.1.x86_64.rpm
sudo yum install pygame pygame-devel