Building on Linux - GermanAizek/qt5qml-oop-figures 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/qt5qml-oop-figures.git
cd qt5qml-oop-figures/container_figures
mkdir build && cd build
cmake ..
make