13 Star 39 Fork 0

itas109 / CommLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
compile-MinGW.bat 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
itas109 提交于 2020-09-06 18:41 . application named commlite
set path=D:\Qt\Qt5.12.9\Tools\mingw730_64\bin;%path%
git submodule init
git submodule update
del /f /s /q commlite.exe
g++ -o commlite src/CommLite.cpp src/tui.cpp ^
thirdLib/CSerialPort/src/SerialPortInfo.cpp thirdLib/CSerialPort/src/SerialPortInfoBase.cpp thirdLib/CSerialPort/src/SerialPortInfoWinBase.cpp ^
thirdLib/CSerialPort/src/SerialPort.cpp thirdLib/CSerialPort/src/SerialPortBase.cpp thirdLib/CSerialPort/src/SerialPortWinBase.cpp ^
-I. -IthirdLib/CSerialPort/include ^
-L. -lpthread -lsetupapi -lpdcurses
@echo ping 127.0.0.1 -n 3 >nul
@echo exit
pause
C++
1
https://gitee.com/itas109/CommLite.git
git@gitee.com:itas109/CommLite.git
itas109
CommLite
CommLite
master

搜索帮助