doc(CONTRIBUTING): Add libudev requirement to docs (#1787)

Closes #1771
Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2017-10-18 14:20:47 +02:00 committed by GitHub
parent df05d4cc08
commit ea686ee8e2

View File

@ -53,6 +53,10 @@ The following MinGW packages are required:
- [XCode](https://developer.apple.com/xcode/) or [XCode Command Line Tools], - [XCode](https://developer.apple.com/xcode/) or [XCode Command Line Tools],
which can be installed by running `xcode-select --install`. which can be installed by running `xcode-select --install`.
#### Linux
- `libudev-dev` for libusb (install with `sudo apt install libudev-dev` for example)
### Cloning the project ### Cloning the project
```sh ```sh