Skip to content

Commit c1cb57e

Browse files
committed
readme
1 parent 6fc8b6a commit c1cb57e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Prerequisites
1+
# PyQt5
22

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
46

57
1. Install VS2013 so you have `C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat`
68
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
1113
7. Extract `PyQt5_gpl-5.6.zip` so you have `C:\PyQt5_gpl-5.6\configure.py`
1214
8. Extract `QScintilla_gpl-2.9.2.zip` so you have `C:\QScintilla_gpl-2.9.2\README`
1315

14-
10. Copy `python27_32_msvc2013_32_build.bat`
15-
16-
# Building sip
16+
## Building sip
1717

1818
1. Copy `sip\python27_32_msvc2013_32_build.bat` to `C:\sip-4.18\python27_32_msvc2013_32_build.bat`
1919
2. Run `C:\sip-4.18\python27_32_msvc2013_32_build.bat`
2020
3. You should now have `c:\Python27\sip.exe`
2121

22-
# Building QScintilla (x86)
22+
## Building QScintilla (x86)
2323

2424
1. Copy `QScintilla\python27_32_msvc2013_32_build.bat` to `C:\QScintilla_gpl-2.9.2\python27_32_msvc2013_32_build.bat`
2525
2. Run `C:\QScintilla_gpl-2.9.2\python27_32_msvc2013_32_build.bat`
2626
3. You should now have `C:\Qt\qt-5.6.0-x86-msvc2013\5.6\msvc2013\lib\qscintilla2.dll`
2727

28-
# Building PyQt5 (x86)
28+
## Building PyQt5 (x86)
2929

3030
1. Copy `python27_32_msvc2013_32_build.bat` to `C:\PyQt5_gpl-5.6\python27_32_msvc2013_32_build.bat`
3131
2. Run `C:\PyQt5_gpl-5.6\python27_32_msvc2013_32_build.bat`

0 commit comments

Comments
 (0)