- 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_*.deb
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- Run
sudo apt install stacer
- Launch Stacer using the installed
stacer
command.
- Download the stacer binary from the Stacer releases page.
- Run
sudo rpm --install stacer_*.rpm --nodeps --force
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- Run
sudo dnf install stacer
- Launch Stacer using the installed
stacer
command.
Select the AUR helper of your choice:
- Run either:
yay -Syu stacer
paru -S stacer
pacaur -a stacer
- Launch Stacer using the installed
stacer
command.
- 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 build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++ ..
make -j $(nproc)
./output/stacer
This project exists thanks to all the people who contribute.