注册
登录
智慧物流
>>
qt-candle-plugin
>>
返回
项目作者:
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
Qt5 (can be downloaded from
official Qt website
)
CMake >= 3.10
Ninja (optional)
Build instructions
Create the build directory
mkdir -p build && cd build
Generate build files
cmake -G "Ninja" ..
. Or you could just use Unix Makefiles:
cmake ..
Build the plugin
cmake --build .