From 171dc9673a9196268248557bad6512745605bac9 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 31 Jan 2017 13:17:25 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e4f4d0..1a00a3b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ### Requirements * [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi) -* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) +* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) (on OS X system framework is used) ##### Ubuntu @@ -22,7 +22,6 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ##### OS X brew install glfw3 - brew install openal-soft ##### Android