linux ubuntu python3 pygame

1. Install the library:

sudo apt-get install python3-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev checkinstall mercurial

2. Install pygame:

    hg clone https://bitbucket.org/pygame/pygame 

  cd pygame 

  python3 setup.py build  

  sudo python3 setup.py instal


Guess you like

Origin blog.csdn.net/qq1358223058/article/details/78375662
Recommended