From 163f3b61e2a7c8d775aa3ebfed0fc86f4f01b455 Mon Sep 17 00:00:00 2001 From: Zooce Date: Mon, 21 Sep 2020 13:16:17 -0700 Subject: [PATCH] Add `libudev-dev` to Ubuntu dependencies (#538) --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index a60752a961d23..0922fdfc8e599 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -6,7 +6,7 @@ If you don't see your distro present in the list, feel free to add the instructi ## Ubuntu 20.04 ```bash -sudo apt-get install pkg-config libx11-dev libasound2-dev +sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev ``` ## Fedora 32