13 Star 39 Fork 0

itas109 / CommLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README-EN.md 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
itas109 提交于 2021-09-04 00:17 . update to travis-ci.com

CommLite

Version Stars Stars Forks License language platform appveyor-ci travis-ci GitHub last commit

Language: English / 中文


CommLite is tui's serial port tool based CSerialPort

Platform

CommLite has been tested to the following platforms:

  • DOS ( x86_64 )
  • Windows ( x86_64 )
  • Linux ( x86_64, aarch64, mips64el, sw_64, s390x, ppc64le )
  • macOS ( x86_64 )
  • Raspberry Pi ( armv7l )
  • FreeBSD ( x86_64 )
  • ...

Quick Start

$ git clone --depth=1 https://github.com/itas109/CommLite.git
$ cd CommLite
$ mkdir bin && cd bin
$ cmake ..
$ cmake --build .
$ ./commlite

linux package deb

$ cd bin
$ cpack .

ubuntu 20.04 cross-compile aarch64/arm/mips64el

$ sudo apt-get install g++-aarch64-linux-gnu
$ ./cmake_build_aarch64.sh

$ sudo apt-get install g++-arm-linux-gnueabi
$ ./cmake_build_arm.sh

$ sudo apt-get install g++-mips64el-linux-gnuabi64
$ ./cmake_build_mips64el.sh

Screenshot

image

Contacting

Donate

CSDN

License

GNU Lesser General Public License v3.0

C++
1
https://gitee.com/itas109/CommLite.git
git@gitee.com:itas109/CommLite.git
itas109
CommLite
CommLite
master

搜索帮助