An open API service indexing awesome lists of open source software.

https://github.com/jingmatrix/gvc

build libgnome-volume-control manually
https://github.com/jingmatrix/gvc

Last synced: 5 months ago
JSON representation

build libgnome-volume-control manually

Awesome Lists containing this project

README

          

# Build libgnome-volume-control

This repo helps to build [libgnome-volume-control](https://gitlab.gnome.org/GNOME/libgnome-volume-control) outside Gnome environment.
The built files include
```
/usr/lib/gnome-shell
├── Gvc-1.0.typelib
└── libgvc.so

/usr/share/gnome-shell
└── Gvc-1.0.gir
```

Run the following to install:

```sh
meson build --prefix=/usr
ninja -C build install
```