Added requirements for openSUSE Tumbleweed

Updated Readme.md

Added requirements for openSUSE Tumbleweed X11 and Wayland
This commit is contained in:
Sebastian Schweiger 2023-06-23 21:39:07 +02:00 committed by GitHub
parent 9def9b04c9
commit e8d34f292d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,16 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l
dnf install mesa-libGL-devel wayland-devel libxkbcommon-devel
##### openSUSE (Tumbleweed)
###### X11
zypper install Mesa-libGL-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel
###### Wayland
zypper install Mesa-libGL-devel wayland-devel libxkbcommon-devel
##### macOS
On macOS you need Xcode or Command Line Tools for Xcode.