From 94f4731126e54e9baa9af79f5db6444775a9da33 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 31 Jan 2017 16:54:31 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 555a81c..8a386f2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,14 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ##### Ubuntu +GLFW3 version 3.2 is required. + apt-get install libglfw3-dev apt-get install libopenal-dev + +You might also need: + + apt-get install libxi-dev libxinerama-dev libxcursor-dev ##### Fedora