Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 663 Bytes

File metadata and controls

25 lines (18 loc) · 663 Bytes

Security & Privacy Settings

Translation status

screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • libgranite-7-dev
  • libpolkit-gobject-1-dev
  • libswitchboard-3-dev
  • libzeitgeist-2.0-dev
  • meson >= 0.46.1
  • policykit-1
  • 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