A Cross-platform serial debug tool.
Required:
- cmake - buildsystem
- g++ (>= 7.4.0 recommended)
- gcc (>= 7.4.0 recommended)
- gtk+3.0 (>= 3.22)
git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
git clone https://github.com/Joker2770/SerialPortToolGUI.git
cd SerialPortToolGUI
git submodule update --init --recursive
build with cmake-gui.