1
0

Ubuntu 20.04 required this extra dependency not to die with error on build. Adding.

This commit is contained in:
David Wood
2020-11-28 12:33:15 -05:00
parent 3c9661dd90
commit 3d2abda0f3

View File

@@ -56,7 +56,7 @@ Unless you're a cool hackerman, the easiest way to get `libudev`, `libevdev`, an
```bash ```bash
# e.g: on ubuntu # e.g: on ubuntu
sudo apt install libevdev-dev libhidapi-dev libudev-dev sudo apt install libevdev-dev libhidapi-dev libudev-dev librust-libdbus-sys-dev
``` ```
Once those are installed, `surface-dial-daemon` can be built using the standard `cargo build` flow. Once those are installed, `surface-dial-daemon` can be built using the standard `cargo build` flow.