From eec2b1e49469188288302ed9c5a1da0a1e822ff0 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 8 May 2018 00:32:36 +0200 Subject: [PATCH] Add Wayland requirements --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 25e272b..fa09d8e 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,24 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ##### Ubuntu +###### X11 + apt-get install libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev +###### Wayland + + apt-get install libgl1-mesa-dev libwayland-dev libxkbcommon-dev + ##### Fedora +###### X11 + dnf install mesa-libGL-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel +###### Wayland + + dnf install mesa-libGL-devel wayland-devel libxkbcommon-devel + ##### macOS On macOS you need Xcode or Command Line Tools for Xcode.