From 3d2abda0f34706f9f071b595c9621aeb5413736c Mon Sep 17 00:00:00 2001 From: David Wood Date: Sat, 28 Nov 2020 12:33:15 -0500 Subject: [PATCH] Ubuntu 20.04 required this extra dependency not to die with error on build. Adding. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84967d7..47a9353 100644 --- a/README.md +++ b/README.md @@ -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.