- curl
- systemd
- Run
sudo add-apt-repository ppa:quentiumyt/stacer - Run
sudo apt update - Run
sudo apt install stacer
- Download the stacer binary from the Stacer releases page.
- Install runtime dependencies:
sudo apt install libqt6core6 libqt6charts6 libqt6svg6 libqt6network6
- Run
sudo apt install ./stacer_*.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
- Run
sudo apt 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 either:
yay -Syu stacerparu -S stacerpacaur -a stacer
- Launch Stacer using the installed
stacercommand.
- Run
sudo apt update - Run for each dependency
sudo apt install <dependency>
Dependencies:
- cmake
- qt6-base-dev
- qt6-tools-dev
- qt6-tools-dev-tools
- qt6-l10n-tools
- libqt6charts6-dev
- libqt6svg6-dev
- qt6-wayland-dev (optional)
- libgl1-mesa-dev
mkdir build && cd buildcmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++ ..make -j $(nproc)./output/stacer
This project exists thanks to all the people who contribute.