GUI for controlling ZBNT devices
- Hardware cores and block designs: zbnt/hardware
- Qt5
- CMake
- Python3
- Clone this repository, make sure all dependencies are installed before proceeding.
- Initialize and clone the required submodules:
git submodule update --init
- Create a directory for the build and
cd
to it:
mkdir build && cd build
- Run
cmake
:
cmake -DCMAKE_BUILD_TYPE=Release ..
- Run
make
, you can use the-j
parameter to control the number of parallel jobs:
make -j16
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.