Skip to content

weiling103/Stacer

 
 

Repository files navigation

Linux System Optimizer and Monitoring
Patreon

Download Stacer Platform (GNU/Linux) Github All Releases

Reviews

Building from Source???

Click Here.

Required Packages

Required Binaries
  • wget, curl, grep, systemd
Required Libraries
  • libpcre++0v5, libpcre++0v5-dev (if building)

PPA Repository (for ubuntu)

  1. sudo add-apt-repository ppa:oguzhaninan/stacer
  2. sudo apt-get update
  3. sudo apt-get install stacer

Debian x64

  1. Download stacer_1.0.9_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.9_amd64.rpm from the Stacer releases page.
  2. Run sudo rpm --install stacer*.rpm --nodeps --force on the downloaded package.
  3. Launch Stacer using the installed stacer command.

 

Build from source with CMake (Qt Version Qt 5.x)

First off...

If you don't have libsdbusplus installed on your machine, execute:

build-aux/build-sddp.sh
Afterwards...
  1. mkdir build && cd build
  2. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/qt/path/bin ..
  3. make -j nproc
  4. output/bin/stacer

Screenshots

About

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.1%
  • CMake 11.3%
  • QMake 2.6%
  • Other 1.0%