Skip to content

Instantly share code, notes, and snippets.

@2xyo
Created June 22, 2013 11:46
Show Gist options
  • Save 2xyo/5840593 to your computer and use it in GitHub Desktop.
Save 2xyo/5840593 to your computer and use it in GitHub Desktop.
PyQt5 on ubuntu 13.04
sudo aptitude install qt5-default
wget "http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-5.0/PyQt-gpl-5.0.tar.gz?r=http%3A%2F%2Fwww.riverbankcomputing.co.uk%2Fsoftware%2Fpyqt%2Fdownload5&ts=1371881389&use_mirror=ncu"
tar xzf PyQt-gpl-5.0.tar.gz
cd PyQt-gpl-5.0
python ./configure.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment