Botui is a device-independent graphical interface designed initially for the Kovan controller.
The icons used throughout botui are from the Font Awesome by © Fonticons, Inc.
- pcompiler
- CMake 2.6.0 or later
- Qt >= 4.7.4
- Note: for Qt6, the apt packages needed are
qt6-base-dev qt6-declarative libqt6svg6-dev
git clone https://github.com/kipr/botui
cd botui
mkdir build
cd build
cmake .. or /home/<container name>/qt-raspi/bin/qt-cmake -Ddocker_cross=ON .. (for docker cross compilation)
make -j4
sudo make install
Note: for custom installations, edit pathToKISS
in Config.cpp
in order to have the file manager
work correctly.
License
Botui is released under the terms of the GPLv3. For more information, see the LICENSE file.
Want to Contribute? Start Here!: https://github.com/kipr/KIPR-Development-Toolkit