Some instructions for library dependencies

This commit is contained in:
Milan Nikolic 2017-01-28 19:31:13 +01:00
parent f51ceb6976
commit 96cd196d32

View file

@ -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