Skip to content

Commit

Permalink
Add Solus package requrements to linux_dependencies.md (#10996)
Browse files Browse the repository at this point in the history
Packages are all available but follow a different naming convention on
[Solus OS](https://getsol.us/). This change will help people develop
with bevy on Solus.

# Objective

Update documentation with install instructions on Solus

## Solution

Updated documentation
  • Loading branch information
nelson authored Dec 17, 2023
1 parent 63d17e8 commit f12e906
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,18 @@ If you have issues with `winit` such as `Failed to initialize backend!` or simil
[build]
rustflags = ["-C", "target-feature=-crt-static"]
```

## [Solus](https://getsol.us)

```sh
sudo eopkg it -c system.devel
sudo eopkg it g++ libx11-devel alsa-lib-devel
```

If using Wayland, you may also need to install

```sh
sudo eopkg it wayland-devel libxkbcommon-devel
```

Compiling with clang is also possible - replace the `g++` package with `llvm-clang`

0 comments on commit f12e906

Please sign in to comment.