Added requirements for openSUSE Tumbleweed
Updated Readme.md Added requirements for openSUSE Tumbleweed X11 and Wayland
This commit is contained in:
parent
9def9b04c9
commit
e8d34f292d
1 changed files with 10 additions and 0 deletions
10
README.md
10
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue