Add build dependencies

This commit is contained in:
Maxim Baz 2020-05-02 13:06:15 +02:00 committed by GitHub
parent 8909086b58
commit c8daa48e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -48,8 +48,6 @@ libinput
libsigc++
fmt
wayland
wayland-protocols
wlroots
chrono-date
spdlog
libgtk-3-dev [gtk-layer-shell]
@ -62,6 +60,15 @@ libdbusmenu-gtk3 [Tray 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:
```