forked from martyr-deepin/deepin-movie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
30 lines (24 loc) · 939 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Deepin Movie:
1. Install Qt5:
Download http://download.qt-project.org/official_releases/qt/5.1/5.1.1/qt-linux-opensource-5.1.1-x86_64-offline.run
And then
> sudo ./qt-linux-opensource-5.1.1-x86_64-offline.run
2. Install Sip:
Download http://sourceforge.net/projects/pyqt/files/sip/sip-4.15.3/sip-4.15.3.tar.gz
And then
> tar -xzvf ./sip-4.15.3.tar.gz
> cd ./sip-4.15.3
> sudo apt-get install build-essential python-dev
> python configure.py
> make
> sudo make install
3. Install PyQt5.1.1:
Download http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.1.1/PyQt-gpl-5.1.1.tar.gz
And then:
> tar -xzvf ./PyQt-gpl-5.1.1.tar.gz
> cd ./PyQt-gpl-.5.1.1
> sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
> python configure.py --qmake /opt/Qt5.1.1/5.1.1/gcc_64/bin/qmake
> sudo ln -s /usr/include/python2.7 /usr/local/include/python2.7
> make
> sudo make install