mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
The previously written command (USE_WAYLAND_DISPLAY) didn't work for me.
@ -50,7 +50,7 @@ Building for wayland requires the following additional packages
|
|||||||
|
|
||||||
sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel
|
sudo dnf install wayland-devel libxkbcommon-devel wayland-protocols-devel
|
||||||
|
|
||||||
To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake step or `-DUSE_WAYLAND_DISPLAY=TRUE` in Makefile.
|
To build raylib for Wayland, `-DUSE_WAYLAND=ON` should be defined in the CMake step or pass `GLFW_LINUX_ENABLE_WAYLAND=TRUE` as an argument to make.
|
||||||
|
|
||||||
### 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