- curl
- systemd
- Run
sudo add-apt-repository ppa:quentiumyt/stacer - Run
sudo apt-get update - Run
sudo apt-get install stacer
- Download the stacer binary from the Stacer releases page.
- Run
sudo dpkg -i stacer_*.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
- Run
sudo apt-get install stacer - Launch Stacer using the installed
stacercommand.
- Download the stacer binary from the Stacer releases page.
- Run
sudo rpm --install stacer_*.rpm --nodeps --forceon the downloaded package. - Launch Stacer using the installed
stacercommand.
- Run
sudo dnf install stacer - Launch Stacer using the installed
stacercommand.
Select the AUR helper of your choice:
- Run
yay -Syu stacer - Run
paru -S stacer - Run
pacaur -a stacer - Launch Stacer using the installed
stacercommand.
Qt5 repo:
- Run
sudo add-apt-repository ppa:beineri/opt-qt-5.15.4-focal - Run
sudo apt-get update
Dependencies:
- cmake
- qt515base
- qt515imageformats
- qt515svg
- qt515charts-no-lgpl
- qt515tools
mkdir build && cd buildcmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/opt/qt515/ ..make -j $(nproc)output/bin/stacer
This project exists thanks to all the people who contribute.