1
0

Merge pull request #2 from d01/ubuntu-install-fix

Ubuntu 20.04 Building instructions fix, re. librust-libdbus-sys-dev
This commit is contained in:
Daniel Prilik
2020-11-28 12:43:36 -05:00
committed by GitHub

View File

@@ -56,7 +56,7 @@ Unless you're a cool hackerman, the easiest way to get `libudev`, `libevdev`, an
```bash
# 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.