Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 966 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 966 Bytes

botui

Bob the Builder

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.

Requirements

Installation

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

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