ccstc 发表于 2017-2-22 13:59:15

会Qt的坛友帮忙编译一个小软件(QStlink2)

在github上找到一个软件,无奈不会Qt,哪位坛友方便帮忙编译一下



Building in Windows

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

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

Dependencies:

MSVC 2010 or better (community/express editions work fine)
WinUsb (WDK)
QtUSB (included)
Qt 5.2 SDK or newer
Build steps:

git clone git@github.com:fpoussin/QStlink2.git
git submodule update --init
qmake
nmake

kang732816702 发表于 2017-2-22 14:05:06

用的ubuntu 帮顶

xuboluan 发表于 2017-2-22 14:23:25

用的 MINIGW 帮顶

dawanpi 发表于 2017-2-22 14:32:54

官方编译好的不能用吗?

霸气侧漏 发表于 2017-2-22 14:45:22

这软件做啥的

ccstc 发表于 2017-2-22 14:45:56

dawanpi 发表于 2017-2-22 14:32
官方编译好的不能用吗?

眼瞎了,没看到还有release发布在上面,谢谢啦

ccstc 发表于 2017-2-22 15:08:30

霸气侧漏 发表于 2017-2-22 14:45
这软件做啥的

一个独立的第三方软件,用STLINK来编程STM32的

daat 发表于 2017-2-22 15:24:26

楼主用这个软件干啥?

霸气侧漏 发表于 2017-2-22 15:25:45

daat 发表于 2017-2-22 15:24
楼主用这个软件干啥?

估计是做烧录器用
页: [1]
查看完整版本: 会Qt的坛友帮忙编译一个小软件(QStlink2)