diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index f3ce05e4dfdf9e..781a797f1d3ddf 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -103,3 +103,9 @@ mkShell { And enter it by just running `nix-shell`. You should be able compile bevy programms using `cargo` within this nix-shell. + +## Opensuse Tumbleweed + +```bash + sudo zypper install libudev-devel gcc-c++ +```