Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 708 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 708 Bytes

Wingpanel Sound Indicator

Translation status

Screenshot

Building and Installation

You'll need the following dependencies:

libcanberra-gtk-dev
libcanberra-gtk3-dev
libgranite-dev
libglib2.0-dev
libgtk-3-dev
libnotify-dev
libpulse-dev
libwingpanel-dev
meson (>= 0.57.0)
valac (>= 0.26)

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