1
0

Update README.md

This commit is contained in:
Daniel Prilik
2020-11-28 12:48:33 -05:00
committed by GitHub
parent 7f20d353f7
commit 6c719dc59e

View File

@@ -56,7 +56,13 @@ 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 librust-libdbus-sys-dev sudo apt install libevdev-dev libhidapi-dev libudev-dev
```
On certain Ubuntu distros, you may also need to install the `librust-libdbus-sys-dev` package:
```bash
sudo apt install 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.