From 268ce8062b885b032f5f16a7f676c9b41d313d48 Mon Sep 17 00:00:00 2001 From: Paul Hendrix Date: Fri, 25 May 2018 21:00:41 +0200 Subject: [PATCH] Add libudev-dev to dependencies Compilation would otherwise fail with ``` hidapi.c:2161:21: fatal error: libudev.h: No such file or directory compilation terminated. : recipe for target 'hidapi.o' failed make: *** [hidapi.o] Error 1 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04dc787..a368eb2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Building with Linux ----------------- Use `apt-get` to install the following packages for Debian/Ubuntu/Mint: ``` -apt-get install libpulse-dev libasound2-dev libx11-dev libxext-dev libxinerama-dev libusb-1.0-0-dev +apt-get install libpulse-dev libasound2-dev libx11-dev libxext-dev libxinerama-dev libusb-1.0-0-dev libudev-dev ``` To make colorchord, type: