Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.1 KB

SerialPortToolGUI

CMake Codacy Badge serialporttoolgui

A Cross-platform serial debug tool.

Dependencies

Required:

  • cmake - buildsystem
  • g++ (>= 7.4.0 recommended)
  • gcc (>= 7.4.0 recommended)
  • gtk+3.0 (>= 3.22)

Build on Linux

git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

Build on windows

git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive

build with cmake-gui.