- 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_*.deb
on the downloaded package. - Launch Stacer using the installed
stacer
command.
- Run
sudo apt-get 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
yay -Syu stacer
- Run
paru -S stacer
- Run
pacaur -a stacer
- Launch Stacer using the installed
stacer
command.
- Run
sudo apt-get update
- Run for each dependency
sudo apt-get install <dependency>
Dependencies:
- cmake
- qt6-base-dev
- qt6-tools-dev
- qt6-charts-dev
- qt6-svg-dev
- qt6-wayland-dev (optional)
- qt6-tools-dev-tools
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.