13 Star 39 Fork 0

itas109 / CommLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
compile.sh 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
itas109 提交于 2020-09-06 21:09 . update complie.sh chmod
#! /bin/bash
git submodule init
git submodule update
rm -rf commlite
g++ -fpermissive -o commlite src/CommLite.cpp src/tui.cpp \
thirdLib/CSerialPort/src/SerialPortInfo.cpp thirdLib/CSerialPort/src/SerialPortInfoBase.cpp thirdLib/CSerialPort/src/SerialPortInfoUnixBase.cpp \
thirdLib/CSerialPort/src/SerialPort.cpp thirdLib/CSerialPort/src/SerialPortBase.cpp thirdLib/CSerialPort/src/SerialPortUnixBase.cpp \
-I. -IthirdLib/CSerialPort/include \
-L. -lpthread -lncurses
C++
1
https://gitee.com/itas109/CommLite.git
git@gitee.com:itas109/CommLite.git
itas109
CommLite
CommLite
master

搜索帮助