项目作者: BugLight

项目描述 :
Candle CAN bus plugin for Qt
高级语言: C++
项目地址: git://github.com/BugLight/qt-candle-plugin.git
创建时间: 2020-11-19T08:44:35Z
项目社区:https://github.com/BugLight/qt-candle-plugin

开源协议:GNU General Public License v3.0

下载


qt-candle-plugin

Candle CAN bus plugin for Qt

How to build

Prerequisites

Build instructions

  1. Create the build directory mkdir -p build && cd build
  2. Generate build files cmake -G "Ninja" ... Or you could just use Unix Makefiles: cmake ..
  3. Build the plugin cmake --build .