Skip to content

Commit

Permalink
Add solus deps to linux_dependencies doc (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Bebbington <tophattedcoder@gmail.com>
  • Loading branch information
TomBebb and TomBebbington committed Aug 25, 2020
1 parent 9413915 commit c9000de
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 c9000de

Please sign in to comment.