Oguzhan Inan 85adf98bbc Update LICENSE
2019-04-14 12:43:53 +02:00
2018-03-10 22:48:27 +03:00
2018-04-23 08:36:57 +03:00
2018-03-09 23:05:52 +03:00
2018-10-20 17:56:03 +02:00
2018-03-10 23:22:00 +03:00
2018-03-10 22:48:27 +03:00
2018-03-10 23:22:00 +03:00
2019-04-14 12:43:53 +02:00
2019-04-13 12:44:26 +02:00
2018-03-11 09:09:57 +03:00
2017-08-23 14:49:45 +03:00

Linux System Optimizer and Monitoring
Patreon

Download Stacer Platform (GNU/Linux) Github All Releases

Reviews

Required Packages

  • curl, systemd

PPA Repository (for ubuntu)

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

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)

  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

Description
No description provided
Readme GPL-3.0 70 MiB
Languages
C++ 87.6%
CMake 9.4%
QMake 2.6%
Shell 0.3%