Skip to content

Commit c9000de

Browse files
Add solus deps to linux_dependencies doc (#331)
Co-authored-by: Tom Bebbington <tophattedcoder@gmail.com>
1 parent 9413915 commit c9000de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/linux_dependencies.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ sudo dnf install gcc-c++ libX11-devel alsa-lib-devel
1818
```bash
1919
sudo pacman -S libx11 pkgconf alsa-lib
2020
```
21+
22+
## Solus
23+
```bash
24+
sudo eopkg install pkg-config libx11-devel g++ alsa-lib-devel
25+
```

0 commit comments

Comments
 (0)