Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 648 Bytes

Locale Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libaccountsservice-dev
  • libibus-1.0-dev
  • libgnome-desktop-4-dev
  • libgranite-7-dev
  • libswitchboard-3-dev
  • meson >= 0.58.0
  • 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

sudo ninja install