From 96cd196d32f6e83261dad78f6eb4b29b540a31a0 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Sat, 28 Jan 2017 19:31:13 +0100 Subject: [PATCH] Some instructions for library dependencies --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7c5fc82..bc276e6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l * [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi) * [OpenAL Soft](http://kcat.strangesoft.net/openal.html) +##### Ubuntu + + apt-get install libglfw3-dev + apt-get install openal-dev + +##### Fedora + + dnf install glfw-devel + dnf install openal-soft-devel + +##### OS X + + brew install glfw3 + brew install openal-soft + ### Installation go get -v github.com/gen2brain/raylib-go