Compile - MarrowSix/libQtH3C GitHub Wiki
Build Dependencies
Make sure you are installed all dependent development packages
cmake
>= 3.1.0qt
>= 5.5gcc
>= 4.9 (A C++ Compiler that support c++14 feature)
Building
Building on GNU/Linux
Download lasted release source code and extract it.(DON'T use master branch code in production environment beacause it's always under development.)
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make -j4
sudo make install