Add Wayland requirements
This commit is contained in:
parent
c848f32707
commit
eec2b1e494
1 changed files with 12 additions and 0 deletions
12
README.md
12
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue