Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 578 Bytes

Switchboard Notifications Plug

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-dev
  • libswitchboard-2.0-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

sudo ninja install