From 6b239713bf2bcd42cc411aec90ed6b79ec98a966 Mon Sep 17 00:00:00 2001 From: Joel Godfrey-Smith <66573128+godsmith99x@users.noreply.github.com> Date: Sat, 1 Jan 2022 22:28:44 +0000 Subject: [PATCH] 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. --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index a5969ba6e7..d9b6fb1480 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -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: