Building on FreeBSD - GermanAizek/credit-qml GitHub Wiki

Required Packages

pkg install git cmake qt5-qmake qt5-buildtools qt5-core qt5-widgets qt5-gui qt5-declarative

Configure and build

git clone --recurse-submodules https://github.com/GermanAizek/credit-qml.git
cd credit-qml
mkdir build && cd build
cmake ../sources
make