From e8d34f292d850238127b063957eb2d1342912427 Mon Sep 17 00:00:00 2001 From: Sebastian Schweiger Date: Fri, 23 Jun 2023 21:39:07 +0200 Subject: [PATCH] Added requirements for openSUSE Tumbleweed Updated Readme.md Added requirements for openSUSE Tumbleweed X11 and Wayland --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 14948f9..004db93 100644 --- a/README.md +++ b/README.md @@ -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.