Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 476 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 476 Bytes

qt-client logo

qt-client

mirpm's flagship qt client for controlling, creating and monitoring nodes.

Building

mkdir build
cd build
qmake-qt5 -o Makefile ../qt-client.pro -spec linux-g++
make

To execute, run ./qt-client.

Dependencies

Qt >= 5.8

License

This project is licensed by the Apache 2.0 License. See the file COPYING for more details.