mirror of
https://github.com/bevyengine/bevy
synced 2024-11-28 15:40:21 +00:00
Added Opensuse Tumbleweed (#2375)
# 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
This commit is contained in:
parent
b52edc107d
commit
337e6d5893
1 changed files with 6 additions and 0 deletions
|
@ -103,3 +103,9 @@ mkShell {
|
||||||
And enter it by just running `nix-shell`.
|
And enter it by just running `nix-shell`.
|
||||||
|
|
||||||
You should be able compile bevy programms using `cargo` within this 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++
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue