Advertisement
otorp2

install pygame universe final

Jan 22nd, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. https://www.youtube.com/watch?v=M14U7iaXXzM
  2.  
  3. 1.otorp2: system settings --> software & updates --> and make sure "Community-maintained free and open-source software (universe) is
  4. 2. software & updates ----> updates -----> install updates from important sec , recommended updates,pre released updates xenial proposed
  5.  
  6.  
  7. #install dependencies
  8. sudo apt-get install mercurial python3-dev python3-numpy libav-tools \
  9. libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \
  10. libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev
  11.  
  12. # Grab source
  13. hg clone https://bitbucket.org/pygame/pygame
  14.  
  15. # Finally build and install
  16. cd pygame
  17. python3 setup.py build
  18. sudo python3 setup.py install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement