Add solus deps to linux_dependencies doc (#331)

Co-authored-by: Tom Bebbington <tophattedcoder@gmail.com>
This commit is contained in:
Tom Bebb 2020-08-26 00:50:44 +01:00 committed by GitHub
parent 9413915e97
commit c9000deafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```