Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++
```