Add build dependencies
parent
8909086b58
commit
c8daa48e66
11
README.md
11
README.md
|
@ -48,8 +48,6 @@ libinput
|
||||||
libsigc++
|
libsigc++
|
||||||
fmt
|
fmt
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
|
||||||
wlroots
|
|
||||||
chrono-date
|
chrono-date
|
||||||
spdlog
|
spdlog
|
||||||
libgtk-3-dev [gtk-layer-shell]
|
libgtk-3-dev [gtk-layer-shell]
|
||||||
|
@ -62,6 +60,15 @@ libdbusmenu-gtk3 [Tray module]
|
||||||
libmpdclient [MPD module]
|
libmpdclient [MPD module]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Build dependencies**
|
||||||
|
|
||||||
|
```
|
||||||
|
cmake
|
||||||
|
meson
|
||||||
|
scdoc
|
||||||
|
wayland-protocols
|
||||||
|
```
|
||||||
|
|
||||||
On Ubuntu 19.10 you can install all the relevant dependencies using this command:
|
On Ubuntu 19.10 you can install all the relevant dependencies using this command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue