Clarify pkg-config

This commit is contained in:
Joe Neeman 2023-04-13 13:17:26 -05:00
parent badb425c9f
commit d238b661aa
1 changed files with 2 additions and 4 deletions

View File

@ -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`, and the development packages of `libxkbcommon`, `libxcb`, and `vulkan-loader`,
to be installed. to be installed.
On Fedora this can be achieved using: Most distributions have `pkg-config` installed by default. To install the remaining packages on Fedora, run
To install these 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 To install them on Debian or Ubuntu, run
``` ```