You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Prerequisites
1
+
# PyQt5
2
2
3
-
Compile scripts for PyQt5 (Qt 5.6.0), Python 2.7.11 and MSVC 2013. To be used by [x64dbg](http://x64dbg.com).
3
+
Compile scripts for PyQt5 (Qt 5.6.0), Python 2.7.11 and MSVC 2013. To be used by [x64dbg](http://x64dbg.com). Based on [Ida_Pro_Ultimate_Qt_Build_Guide](https://github.com/techbliss/Ida_Pro_Ultimate_Qt_Build_Guide) by Storm Shadow.
4
+
5
+
## Prerequisites
4
6
5
7
1. Install VS2013 so you have `C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat`
6
8
2. Install Qt 5.6.0 (x86) so you have `C:\Qt\qt-5.6.0-x86-msvc2013\5.6\msvc2013\bin\qmake.exe`
@@ -11,21 +13,19 @@ Compile scripts for PyQt5 (Qt 5.6.0), Python 2.7.11 and MSVC 2013. To be used by
11
13
7. Extract `PyQt5_gpl-5.6.zip` so you have `C:\PyQt5_gpl-5.6\configure.py`
12
14
8. Extract `QScintilla_gpl-2.9.2.zip` so you have `C:\QScintilla_gpl-2.9.2\README`
13
15
14
-
10. Copy `python27_32_msvc2013_32_build.bat`
15
-
16
-
# Building sip
16
+
## Building sip
17
17
18
18
1. Copy `sip\python27_32_msvc2013_32_build.bat` to `C:\sip-4.18\python27_32_msvc2013_32_build.bat`
19
19
2. Run `C:\sip-4.18\python27_32_msvc2013_32_build.bat`
20
20
3. You should now have `c:\Python27\sip.exe`
21
21
22
-
# Building QScintilla (x86)
22
+
##Building QScintilla (x86)
23
23
24
24
1. Copy `QScintilla\python27_32_msvc2013_32_build.bat` to `C:\QScintilla_gpl-2.9.2\python27_32_msvc2013_32_build.bat`
25
25
2. Run `C:\QScintilla_gpl-2.9.2\python27_32_msvc2013_32_build.bat`
26
26
3. You should now have `C:\Qt\qt-5.6.0-x86-msvc2013\5.6\msvc2013\lib\qscintilla2.dll`
27
27
28
-
# Building PyQt5 (x86)
28
+
##Building PyQt5 (x86)
29
29
30
30
1. Copy `python27_32_msvc2013_32_build.bat` to `C:\PyQt5_gpl-5.6\python27_32_msvc2013_32_build.bat`
31
31
2. Run `C:\PyQt5_gpl-5.6\python27_32_msvc2013_32_build.bat`
0 commit comments