Skip to content

Commit 6b23971

Browse files
committed
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.
1 parent 5c590b0 commit 6b23971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to
2929
## Fedora
3030

3131
```bash
32-
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
32+
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel
3333
```
3434

3535
If there are errors with linking during the build process such as:

0 commit comments

Comments
 (0)