https://github.com/plugarut/wingpanel-caffeine
https://github.com/plugarut/wingpanel-caffeine
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugarut/wingpanel-caffeine
- Owner: PlugaruT
- License: lgpl-3.0
- Created: 2018-10-18T12:41:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T18:27:51.000Z (over 6 years ago)
- Last Synced: 2025-01-17T03:35:28.568Z (over 1 year ago)
- Language: Vala
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wingpanel Caffeine
## Building and Installation
You'll need the following dependencies:
```
libglib2.0-dev
libgranite-dev
libgtk-3-dev
libwingpanel-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
```