Skip to content

Latest commit

 

History

History
136 lines (113 loc) · 5.62 KB

README.md

File metadata and controls

136 lines (113 loc) · 5.62 KB

Linux System Optimizer and Monitoring

Awesome Download Stacer Platform (GNU/Linux)

Reviews

Required Packages

  • curl
  • systemd

Debian x64

  1. Download stacer_1.0.8_amd64.deb from the Stacer releases page.
  2. Run sudo dpkg -i stacer*.deb on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Fedora x64

  1. Download stacer_1.0.8_x64.rpm from the Stacer releases page.
  2. Run sudo rpm --install stacer*.rpm on the downloaded package.
  3. Launch Stacer using the installed stacer command.

Build from source with CMake (Qt Version Qt 5.9)

$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin -G Ninja  ..
$ ninja
$ output/bin/stacer

Screenshots