Building on Linux - GermanAizek/credit-qml GitHub Wiki

Execute all commands in the terminal.

Required Packages

Debian/Ubuntu

sudo apt-get install git cmake qt5-default 

Arch Linux

sudo pacman -Ss git cmake qt5-base qt5-declarative

Gentoo

emerge -av @dev-vcs/git @dev-util/cmake @qt5-essentials

Armbian/Raspberry Pi OS

sudo apt-get install git cmake qt5-default qtdeclarative5-dev

Configure and build

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