Skip to content

Commit

Permalink
[readme] add hints for building on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
tgfrerer committed Jan 10, 2025
1 parent ec3511b commit 30451c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@ Follow the installation instructions via:
On Arch Linux, I recommend installing the following packages via
pacman: `shaderc vulkan-devel ninja cmake`.

### Fedora Linux

On Fedora, I recommend installing these packages:

```bash
dnf install -y wayland-scanner libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel ninja-build cmake
```

## Building an Island project

> [!IMPORTANT]
Expand Down

0 comments on commit 30451c4

Please sign in to comment.