Skip to content

Commit

Permalink
List install dependencies in README
Browse files Browse the repository at this point in the history
  • Loading branch information
francma committed Dec 24, 2019
1 parent 012e169 commit ad32087
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ A lightweight overlay volume/backlight/progress/anything bar for Wayland. This p

## Installation

### Compiling from source

Install dependencies:

- wayland
- wayland-protocols
- meson
- [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man page)

Run these commands:

```
git clone git@github.com:francma/wob.git
cd wob
Expand All @@ -16,6 +27,8 @@ ninja -C build-release
sudo ninja -C build-release install
```

### From packages

There are packages for the following Linux distributions:

- [Arch Linux package on the AUR](https://aur.archlinux.org/packages/wob/)
Expand Down

0 comments on commit ad32087

Please sign in to comment.