Cutecom-ng:修订间差异

来自资料库(何亚红)
跳转到导航 跳转到搜索
(创建页面,内容为“==源代码== ===原源代码=== https://github.com/develer-staff/cutecom-ng ===主要=== https://github.com/HEYAHONG/cutecom-ng ===备用=== https://gitee.com/HEYAHONG/cutecom-ng == 说明 == 基于Qt5与Qt5的SerialPort扩展的串口调试工具。 === 编译环境 === * ubuntu: <syntaxhighlight lang="bash" line="1"> sudo apt-get install qtcreator libqt5serialport5-dev </syntaxhighlight> * windows:在<nowiki/>https://www.qt.io/download<nowiki/>下载…”)
 
 
第17行: 第17行:
* ubuntu:
* ubuntu:
<syntaxhighlight lang="bash" line="1">
<syntaxhighlight lang="bash" line="1">
sudo apt-get install qtcreator libqt5serialport5-dev
sudo apt-get install qtcreator libqt5serialport5-dev qtdeclarative5-dev
</syntaxhighlight>
</syntaxhighlight>


* windows:在<nowiki/>https://www.qt.io/download<nowiki/>下载安装包。
* windows:在<nowiki/>https://www.qt.io/download<nowiki/>下载安装包。

2022年12月29日 (四) 03:01的最新版本

源代码

原源代码

https://github.com/develer-staff/cutecom-ng

主要

https://github.com/HEYAHONG/cutecom-ng

备用

https://gitee.com/HEYAHONG/cutecom-ng

说明

基于Qt5与Qt5的SerialPort扩展的串口调试工具。

编译环境

  • ubuntu:
sudo apt-get install qtcreator libqt5serialport5-dev qtdeclarative5-dev