Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 429 Bytes

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 .