336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
  1. Change to your home directory.

    cd ~
  2. Get Pygame source code.

    sudo apt-get install mercurial
    hg clone https://bitbucket.org/pygame/pygame
    cd pygame
  3. Install dependencies.

    sudo apt-get install python3-dev python3-numpy libsdl-dev libsdl-image1.2-dev \
      libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev \
      libavformat-dev libswscale-dev libjpeg-dev libfreetype6-dev
  4. Build and install Pygame.

    python3 setup.py build
    sudo python3 setup.py install


'trouble shooting' 카테고리의 다른 글

_tkinter import error  (0) 2015.06.04
visual studio on linux (upgrading libc6)  (0) 2015.06.04
openOffice4 - broken korean fonts  (0) 2015.04.08
python-for-android  (0) 2015.03.16
sublime text3 - customizing  (0) 2015.03.14
Posted by af334