Skip to content

zbnt/gui

Repository files navigation

zbnt/gui

GUI for controlling ZBNT devices

Related projects

Requirements

  • Qt5
  • CMake
  • Python3

Building

  1. Clone this repository, make sure all dependencies are installed before proceeding.
  2. Initialize and clone the required submodules:
git submodule update --init
  1. Create a directory for the build and cd to it:
mkdir build && cd build
  1. Run cmake:
cmake -DCMAKE_BUILD_TYPE=Release ..
  1. Run make, you can use the -j parameter to control the number of parallel jobs:
make -j16

License

GPLv3 Logo

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.