Skip to content

Commit

Permalink
Clarify pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Apr 13, 2023
1 parent badb425 commit d238b66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ 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 achieved using:

To install these packages on Fedora, run
Most distributions have `pkg-config` installed by default. To install the remaining packages on Fedora, run
```
sudo dnf install clang libxkbcommon-x11-devel libxcb-devel pkg-config vulkan-loader-devel
sudo dnf install clang libxkbcommon-x11-devel libxcb-devel vulkan-loader-devel
```
To install them on Debian or Ubuntu, run
```
Expand Down

0 comments on commit d238b66

Please sign in to comment.