Skip to content

Commit

Permalink
Add solus deps to linux_dependencies doc (bevyengine#331)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Bebbington <tophattedcoder@gmail.com>
  • Loading branch information
2 people authored and mrk-its committed Oct 6, 2020
1 parent ebb43a8 commit 02d3e0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 02d3e0f

Please sign in to comment.