mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
Update linux_dependencies.md (#3517)
Thanks for making Bevy. Recommend adding rust-libudev-devel as an additional dependence for Fedora. # Objective - Describe the objective or issue this PR addresses. - If you're fixing a specific issue, say "Fixes #X". ## Solution - Describe the solution used to achieve the objective above.
This commit is contained in:
parent
5c590b0011
commit
6b239713bf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to
|
|||
## Fedora
|
||||
|
||||
```bash
|
||||
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
|
||||
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel
|
||||
```
|
||||
|
||||
If there are errors with linking during the build process such as:
|
||||
|
|
Loading…
Reference in a new issue