From 1eb65471799695e15b89ae8ad24e4db1d61213a9 Mon Sep 17 00:00:00 2001 From: Joel Godfrey-Smith <66573128+godsmith99x@users.noreply.github.com> Date: Sat, 1 Jan 2022 16:24:19 -0500 Subject: [PATCH] Update linux_dependencies.md Thanks for making Bevy. Recommend adding rust-libudev-devel as an additional dependence for Fedora. --- 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 a5969ba6e72b8..d9b6fb14806e4 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: