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.
<builtin>: recipe for target 'hidapi.o' failed
make: *** [hidapi.o] Error 1
```
This commit is contained in:
Paul Hendrix 2018-05-25 21:00:41 +02:00 committed by GitHub
parent 5acd811a83
commit 268ce8062b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: