add step "apt-get update", add package "libudev-dev" (#8180)

automerge
This commit is contained in:
Lazaridis
2020-02-09 00:45:07 +02:00
committed by GitHub
parent ef5fb6fa46
commit 1412ee1ca6

View File

@ -87,7 +87,8 @@ $ rustup update
On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu: On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu:
```bash ```bash
$ sudo apt-get install libssl-dev pkg-config zlib1g-dev llvm clang $ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang
``` ```
Download the source code: Download the source code: