Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 422eeeb

Browse files
committed
Updated Windows build instructions
1 parent d328f73 commit 422eeeb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ Ubuntu PPA:
4949

5050
**Building in Windows**
5151

52-
You will need to run these commands from MSVC's CLI (I use MSVC2012 express)
52+
You will need to run these commands from MSVC's CLI (I use MSVC2015 community)
5353
You might need to install windows driver SDK (WDK) to get WinUSB libs/headers.
54-
You can also build from Qt Creator
54+
You can also build from Qt Creator, which is a lot easier.
5555

56-
I recommend that you build/download a static version of Qt for Windows.
56+
I recommend that you build/download a static version of Qt 5 for Windows.
57+
You can find a guide here: https://github.com/fpoussin/Qt5-MSVC-Static
5758

5859
*Dependencies:*
59-
- MSVC 2008 or better (community/express editions work fine)
60+
- MSVC 2010 or better (community/express editions work fine)
6061
- WinUsb (WDK)
6162
- QtUSB (included)
6263
- Qt 5.2 SDK or better recommended

0 commit comments

Comments
 (0)