From 76c01c40e40c9033f15865c90c1834b26cfa3251 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 7 May 2018 14:23:07 +0200 Subject: [PATCH] Update requirements --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d56ca55..25e272b 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,9 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ### Requirements -* [GLFW](http://www.glfw.org/) is included as part of the Go package, but you need to make sure you have dependencies installed, see below. - ##### Ubuntu - apt-get install libgl1-mesa-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev libxrandr-dev + apt-get install libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev ##### Fedora