Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,19 +140,33 @@ KWin X11 doesn't see any API changes since version 6.5 meaning the Wayland and X
- Qt 6
- KF6
- KWin development packages
- Vulkan
- RPM Tools (For containers)

<details>
<summary>Arch Linux</summary>
<br>

Wayland:
```
sudo pacman -S base-devel git extra-cmake-modules qt6-tools kwin
sudo pacman -S base-devel git extra-cmake-modules vulkan-headers qt6-tools kwin
```

X11:
```
sudo pacman -S base-devel git extra-cmake-modules qt6-tools kwin-x11
sudo pacman -S base-devel git extra-cmake-modules vulkan-headers qt6-tools kwin-x11
```

**For container:**

Wayland:
```
sudo pacman -S base-devel git extra-cmake-modules vulkan-headers rpm-tools qt6-tools kwin
```

X11:
```
sudo pacman -S base-devel git extra-cmake-modules vulkan-headers rpm-tools qt6-tools kwin-x11
```
</details>

Expand Down