mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2026-04-21 23:17:50 -04:00
420aef1ea5191fa5bc25225c36ff31d5d9b2b2f2
Linux System Optimizer and Monitoring
Reviews
Required Packages
- curl, systemd
PPA Repository (for ubuntu)
sudo add-apt-repository ppa:oguzhaninan/stacer -ysudo apt-get updatesudo apt-get install stacer -y
Debian x64
- Download
stacer_1.1.0_amd64.debfrom the Stacer releases page. - Run
sudo dpkg -i stacer*.debon the downloaded package. - Launch Stacer using the installed
stacercommand.
Fedora x64
- Download
stacer_1.1.0_amd64.rpmfrom the Stacer releases page. - Run
sudo rpm --install stacer*.rpm --nodeps --forceon the downloaded package. - Launch Stacer using the installed
stacercommand.
Build from source with CMake (Qt Version Qt 5.x)
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..
- make -j $(nproc)
- output/bin/stacer
Screenshots
Languages
C++
87.6%
CMake
9.4%
QMake
2.6%
Shell
0.3%
















