Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 479 Bytes

Wingpanel XR Desktop Indicator

Screenshot

Building and Installation

You'll need the following dependencies:

gobject-introspection
gio-2.0
libglib2.0-dev
libgranite-dev >= 6.0.0
libnotify-dev
libwingpanel-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