mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 09:21:59 +01:00
Instruction for installing dependencies
This commit is contained in:
parent
d593ab27b6
commit
a6f362eda7
@ -71,6 +71,14 @@ All dependencies are searched with `pkg-config`
|
||||
|
||||
Currently, pasting from clipboard is done at runtime with `wl-paste -t text/plain` and `xclip -t text/plain -out`, attempted in that order.
|
||||
|
||||
### Installing the dependencies
|
||||
|
||||
#### Ubuntu 20.04
|
||||
|
||||
```sh
|
||||
sudo apt install wayland-protocols libcairo-dev libpango1.0-dev libxkbcommon-dev libwayland-dev
|
||||
```
|
||||
|
||||
## Environment variables
|
||||
|
||||
| Variable | Description | Value |
|
||||
|
Loading…
Reference in New Issue
Block a user