Skip to content

Commit

Permalink
Update linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Apr 12, 2023
1 parent a726de2 commit badb425
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ The type erasure of View nodes is not an easy trick, as the trait has two associ

### Linux

In order to run Xilem on Linux, the development library [xkbcommon] needs to be installed.
Building and running Xilem on Linux and BSD requires `pkg-config`, `clang`,
and the development packages of `libxkbcommon`, `libxcb`, and `vulkan-loader`,
to be installed.

On Fedora this can be installed using:
On Fedora this can be achieved using:

```sh
sudo dnf install libxkbcommon-x11-devel.x86_64
# i686 is a less common architecure, but if you have it, use libxkbcommon-x11-devel.i686 instead
To install these packages on Fedora, run
```

Debian:

```sh
sudo apt-get install libxkbcommon-x11-dev
sudo dnf install clang libxkbcommon-x11-devel libxcb-devel pkg-config vulkan-loader-devel
```
To install them on Debian or Ubuntu, run
```
sudo apt-get install clang libxkbcommon-x11-dev pkg-config libvulkan-dev
```

[Html.lazy]: https://guide.elm-lang.org/optimization/lazy.html
Expand Down

0 comments on commit badb425

Please sign in to comment.