mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add solus deps to linux_dependencies doc (#331)
Co-authored-by: Tom Bebbington <tophattedcoder@gmail.com>
This commit is contained in:
parent
9413915e97
commit
c9000deafa
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@ sudo dnf install gcc-c++ libX11-devel alsa-lib-devel
|
|||
```bash
|
||||
sudo pacman -S libx11 pkgconf alsa-lib
|
||||
```
|
||||
|
||||
## Solus
|
||||
```bash
|
||||
sudo eopkg install pkg-config libx11-devel g++ alsa-lib-devel
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue