George
If you really want to compile it from source then start by installing development tools.
sudo eopkg it -c system.devel
Download the tarball:
wget https://github.com/oguzhaninan/Stacer/archive/v1.1.0.tar.gz
Extract the files from tarball:
tar -xf v.1.1.0.tar.gz
Go inside the folder:
cd Stacer-1.1.0/
Instal build dependencies
sudo eopkg it qt5-charts-devel qt5-svg-devel qt5-tools-devel
Make build dir and cd into it:
mkdir build && cd build
Start building:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..
make -j $(nproc)
The binary file is found in the output folder as stacer
.
Double click to run it.