Created
June 22, 2013 11:46
-
-
Save 2xyo/5840593 to your computer and use it in GitHub Desktop.
PyQt5 on ubuntu 13.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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