Skip to content

Commit 8df4a18

Browse files
Added required package to build from source on Linux.
1 parent 11fa672 commit 8df4a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ As a work-around we can use [cargo wix](https://github.com/volks73/cargo-wix) to
3434
On Linux first install the following:
3535

3636
```sh
37-
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
37+
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev
3838
```
3939

4040
After downloading

0 commit comments

Comments
 (0)