Skip to content

Commit

Permalink
Added Opensuse Tumbleweed (bevyengine#2375)
Browse files Browse the repository at this point in the history
# Objective

- Describe the objective or issue this PR addresses.
- added openSUSE Tumbleweed deps that i needed to install today 2021-06-22

## Solution

- Describe the solution used to achieve the objective above.
- added info to doc
  • Loading branch information
dintho authored and ostwilkens committed Jul 27, 2021
1 parent baa7c39 commit 8755ad4
Showing 1 changed file with 6 additions and 0 deletions.
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++
```

0 comments on commit 8755ad4

Please sign in to comment.