mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
doc(CONTRIBUTING): Add libudev requirement to docs (#1787)
Closes #1771 Change-Type: patch
This commit is contained in:
parent
df05d4cc08
commit
ea686ee8e2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user