Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 757 Bytes

Power Settings

Packaging status Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • gio-2.0 (>=2.74)
  • libadwaita-1-dev
  • libdbus-1-dev
  • libswitchboard-3-dev
  • libgranite-7-dev
  • libpolkit-gobject-1-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

ninja install