mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
add: dependencies for building with wayland in fedora
@ -22,6 +22,10 @@ You need to install some required libraries; **ALSA** for audio, **Mesa** for Op
|
|||||||
##### Fedora
|
##### Fedora
|
||||||
sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel
|
sudo dnf install alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel
|
||||||
|
|
||||||
|
Building for wayland requires the following additional packages
|
||||||
|
|
||||||
|
sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel
|
||||||
|
|
||||||
### Build raylib using make
|
### Build raylib using make
|
||||||
You can compile three different types of raylib library:
|
You can compile three different types of raylib library:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user